Jacob Appelbaum commited on 2008-06-22 06:22:11
Zeige 1 geänderte Dateien mit 13 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -13,6 +13,19 @@ The canonical URL of this site is <a href="https://www.torproject.org/">https:// |
| 13 | 13 |
but there are a few mirrors of it in other places. |
| 14 | 14 |
</p> |
| 15 | 15 |
|
| 16 |
+<p> |
|
| 17 |
+If you would like to run a mirror, it's as easy as this command to download |
|
| 18 |
+everything a mirror should share with the world: |
|
| 19 |
+<br /> <br /> |
|
| 20 |
+<tt> |
|
| 21 |
+rsync -av rsync://rsync.torproject.org/tor tor-mirror/ |
|
| 22 |
+</tt> |
|
| 23 |
+<br/> <br/> |
|
| 24 |
+Please ensure that you keep your mirror updated (we suggest automating this |
|
| 25 |
+task with something like '<tt>cron</tt>'). Our website, source code and |
|
| 26 |
+binary releases change often. Tor users everywhere will thank you. |
|
| 27 |
+</p> |
|
| 28 |
+ |
|
| 16 | 29 |
<p> |
| 17 | 30 |
If you are running a mirror, please email |
| 18 | 31 |
<a href="mailto:tor-webmaster@torproject.org">tor-webmaster@torproject.org</a> |
| 19 | 32 |