Andrew Lewman commited on 2010-02-12 13:46:35
Zeige 1 geänderte Dateien mit 13 Einfügungen und 10 Löschungen.
... | ... |
@@ -588,7 +588,8 @@ href="<page verifying-signatures>">verifying signatures</a> page for details. |
588 | 588 |
Windows?</a></h3> |
589 | 589 |
|
590 | 590 |
<p> |
591 |
-Try following the steps at <a href="<gitblob>doc/tor-win32-mingw-creation.txt>"<gitblob>doc/tor-win32-mingw-creation.txt</a>. |
|
591 |
+Try following the steps at <a href="<gitblob>doc/tor-win32-mingw-creation.txt"> |
|
592 |
+tor-win32-mingw-creation.txt</a>. |
|
592 | 593 |
</p> |
593 | 594 |
|
594 | 595 |
<p> |
... | ... |
@@ -806,7 +807,9 @@ leave the Address config option blank, and Tor will try to guess. |
806 | 807 |
</li> |
807 | 808 |
<li>If your relay is behind a NAT and it doesn't know its public |
808 | 809 |
IP (e.g. it has an IP of 192.168.x.y), you'll need to set up port |
809 |
-forwarding. Forwarding TCP connections is system dependent but <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ServerForFirewalledClients">this FAQ entry</a> offers some examples on how to do this. |
|
810 |
+forwarding. Forwarding TCP connections is system dependent but |
|
811 |
+<a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ServerForFirewalledClients">this FAQ entry</a> |
|
812 |
+offers some examples on how to do this. |
|
810 | 813 |
</li> |
811 | 814 |
<li>Your relay will passively estimate and advertise its recent |
812 | 815 |
bandwidth capacity, so high-bandwidth relays will attract more users than |
... | ... |
@@ -833,20 +836,20 @@ will automatically avoid picking exit relays that would refuse to |
833 | 836 |
exit to their intended destination. This way each relay can decide |
834 | 837 |
the services, hosts, and networks he wants to allow connections to, |
835 | 838 |
based on abuse potential and his own situation. Read the FAQ entry on |
836 |
-<a href="<page faq-abuse>#TypicalAbuses">issues you might encounter |
|
837 |
-if you use the default exit policy</a>, and then read Mike Perry's |
|
839 |
+<a href="<page faq-abuse>#TypicalAbuses">issues you might encounter</a> |
|
840 |
+if you use the default exit policy, and then read Mike Perry's |
|
838 | 841 |
<a href="https://blog.torproject.org/blog/tips-running-exit-node-minimal-harassment">tips |
839 | 842 |
for running an exit node with minimal harassment</a>. |
840 | 843 |
</p> |
841 | 844 |
|
842 | 845 |
<p> |
843 |
-The default exit policy allows access to many popular services (e.g. web browsing), but <a |
|
844 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#DefaultPorts">restricts</a> |
|
846 |
+The default exit policy allows access to many popular services (e.g. web browsing), but |
|
847 |
+<a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#DefaultPorts">restricts</a> |
|
845 | 848 |
some due to abuse potential (e.g. mail) and some since |
846 | 849 |
the Tor network can't handle the load (e.g. default |
847 | 850 |
file-sharing ports). You can change your exit policy |
848 |
-using Vidalia's "Sharing" tab, or by manually editing your <a |
|
849 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc">torrc</a> |
|
851 |
+using Vidalia's "Sharing" tab, or by manually editing your |
|
852 |
+<a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc">torrc</a> |
|
850 | 853 |
file. If you want to avoid most if not all abuse potential, set it to |
851 | 854 |
"reject *:*" (or un-check all the boxes in Vidalia). This setting means |
852 | 855 |
that your relay will be used for relaying traffic inside the Tor network, |
... | ... |
@@ -890,8 +893,8 @@ public Tor relay IP address they're contacting. |
890 | 893 |
|
891 | 894 |
<p>So should you run a normal relay or bridge relay? If you have |
892 | 895 |
lots of bandwidth, you should definitely run a normal relay — |
893 |
-bridge relays see very little use these days. If you're willing to <a |
|
894 |
-href="#ExitPolicies">be an exit</a>, you should definitely run a normal |
|
896 |
+bridge relays see very little use these days. If you're willing to |
|
897 |
+<a href="#ExitPolicies">be an exit</a>, you should definitely run a normal |
|
895 | 898 |
relay, since we need more exits. If you can't be an exit and only have |
896 | 899 |
a little bit of bandwidth, then flip a coin. Thanks for volunteering! |
897 | 900 |
</p> |
898 | 901 |