]> nos-oignons.net Git - website.git/commitdiff
Ajout de AlGrothendieck à la liste des relais
authorLunar <lunar@anargeek.net>
Thu, 9 Jun 2016 06:41:43 +0000 (08:41 +0200)
committerLunar <lunar@anargeek.net>
Thu, 9 Jun 2016 06:41:43 +0000 (08:41 +0200)
Services.mdwn
assets/relays.js

index 9bb655e0b187518dee87d370b206b65dbccccb75..8db25f0212e362d4fe22e268f742a56575d582f8 100644 (file)
@@ -77,6 +77,12 @@ Nos oignons fait actuellement fonctionner les relais Tor suivants :
       <td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>
       <td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
     </tr>
+    <tr>
+      <td><a href="http://www.globenet.org/">Globenet</a></td>
+      <td><a href="https://atlas.torproject.org/#details/8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F">AlGrothendieck</a><sup>5</sup></td>
+      <td><code>8E6E DA78 D8E3 ABA8 8D87 7C3E 37D6 D4F0 938C 7B9F</code></td>
+      <td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
+    </tr>
 
   </tbody>
   <tfoot class="footnotes">
index a3c6500ea0765e04f28eb61b61180f272ba0d873..e2dae666cd2c8b6d2f50b3ec7279f0e1aafc9b56 100644 (file)
@@ -15,5 +15,9 @@ var nos_oignons_relays = [
     }, { name: "marylou2",
          fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
          color: "#98df8a",
+    }, { name: "AlGrothendieck",
+         fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
+         color: "#d62728",
     },
+}
 ];