Commit Diff


commit - abce08bcf1c32312a1cd4307c1f194ba1d285a7a
commit + d5a68406faa09103eef21343e4ee2026c497220a
blob - 4510c83e360e04b1f395c4f7dd1eb1113a85d62c
blob + 2333b1c85a6fe1ef527f98eeb7c9f6d0aacc686c
--- code.html
+++ code.html
@@ -38,6 +38,41 @@ The SSH public key fingerprints of got.gameoftrees.org
 </pre>
 
 <p>
+Alternatively, the repository can be cloned from one of the available mirrors.
+
+<ul>
+<li><strong>got.bsdbox.org</strong><br>
+<pre class="cmdbox">
+git clone ssh://anongot@got.bsdbox.org/got.git
+</pre>
+Location: Dallas, TX, USA.<br>
+Protocols: ssh.<br>
+Updated hourly.<br>
+SSH fingerprints:<br>
+<pre class="cmdbox">
+1024 SHA256:KP1uwSJYS8QiGbEANBs00+RhTZLSsRWmeqwgmCB832U (DSA)
+256 SHA256:FMuXumrNEfkS9KNp9yydo9EbZ7TzX2NU/H3gPS3X+YY (ECDSA)
+256 SHA256:bCaYwQ1d7w5oHlSyyT0TQZZZF6z+yooneHifBHrIyng (ED25519)
+3072 SHA256:B2rJtrrknPQLp28nBYvcDW1Dzk0nE0Anbnr3tz1vaBk (RSA)
+</pre>
+<p>
+<li><strong>jamsek.net</strong><br>
+<pre class="cmdbox">
+git clone ssh://git@jamsek.net/got.git
+</pre>
+Location: Dallas, TX, USA.<br>
+Protocols: ssh.<br>
+Updated hourly.<br>
+SSH fingerprints:<br>
+<pre class="cmdbox">
+1024 SHA256:hjlUcxoEg1Jiviunv12PajoKXgh07G2F/yRt7kJNMA8 (DSA)
+256 SHA256:1aw6RXRS4IZ1xta9XQAICFzLYQJEVKry3qJ7Opq+xM4 (ECDSA)
+256 SHA256:iNldGfV5MEPJx8X5gIThWwICYMZ3BGwGYMIJGg+zbTI (ED25519)
+3072 SHA256:9WrP+hJP//Xyl16qP//0qqXaSjxfWNmCjm4pZL5JSNk (RSA)
+</pre>
+</ul>
+
+<p>
 If the <a href="got.1.html">got(1)</a> utility is already installed it can
 be used instead of Git to clone the repository and check out a work tree:
 <pre class="cmdbox">
@@ -64,7 +99,11 @@ git clone git://git.gameoftrees.org/got.git
 Web interfaces for browsing are also available:
 <ul>
 <li> gotwebd: <a href="https://got.gameoftrees.org/"
->https://got.gameoftrees.org/</a>
+>https://got.gameoftrees.org</a>
+<li> gotwebd: <a href="https://got.bsdbox.org/"
+>https://got.bsdbox.org</a>
+<li> gotwebd: <a href="https://jamsek.net/"
+>https://jamsek.net</a>
 <li> gitweb: <a href="https://git.gameoftrees.org/gitweb"
 >https://git.gameoftrees.org/gitweb</a>
 </ul>