Roger Dingledine commited on 2011-02-07 10:40:23
Zeige 7 geänderte Dateien mit 18 Einfügungen und 14 Löschungen.
... | ... |
@@ -114,7 +114,7 @@ |
114 | 114 |
<h3><a class="anchor" href="#ExitPolicies">How do Tor exit policies work?</a></h3> |
115 | 115 |
|
116 | 116 |
<p> |
117 |
- <a href="<wikifaq>#ExitPolicies">See the FAQ</a> |
|
117 |
+ <a href="<page docs/faq>#ExitPolicies">See the main FAQ</a> |
|
118 | 118 |
</p> |
119 | 119 |
|
120 | 120 |
<a id="HowMuchAbuse"></a> |
... | ... |
@@ -295,7 +295,8 @@ |
295 | 295 |
not so different from AOL in this respect.</p> |
296 | 296 |
|
297 | 297 |
<p>Lastly, please remember that Tor relays have <a |
298 |
- href="<wikifaq>#ExitPolicies">individual exit policies</a>. Many Tor relays do |
|
298 |
+ href="<page docs/faq>#ExitPolicies">individual exit policies</a>. Many |
|
299 |
+ Tor relays do |
|
299 | 300 |
not allow exiting connections at all. Many of those that do allow some |
300 | 301 |
exit connections might already disallow connections to |
301 | 302 |
your service. When you go about banning nodes, you should parse the |
... | ... |
@@ -327,7 +328,7 @@ |
327 | 328 |
|
328 | 329 |
<p> |
329 | 330 |
Some fans have suggested that we redesign Tor to include a <a |
330 |
- href="<wikifaq>#Backdoor">backdoor</a>. |
|
331 |
+ href="<page docs/faq>#Backdoor">backdoor</a>. |
|
331 | 332 |
There are two problems with this idea. First, it technically weakens the |
332 | 333 |
system too far. Having a central way to link users to their activities |
333 | 334 |
is a gaping hole for all sorts of attackers; and the policy mechanisms |
... | ... |
@@ -75,7 +75,7 @@ |
75 | 75 |
with abuse issues.</a></li> |
76 | 76 |
<li><a href="#RelayOrBridge">Should I be a normal relay or bridge |
77 | 77 |
relay?</a></li> |
78 |
- <li><a href="#ManyRelays">I want to run more than one relay.</a></li> |
|
78 |
+ <li><a href="#MultipleRelays">I want to run more than one relay.</a></li> |
|
79 | 79 |
<li><a href="#RelayMemory">Why is my Tor relay using so much memory?</a></li> |
80 | 80 |
<li><a href="#WhyNotNamed">Why is my Tor relay not named?</a></li> |
81 | 81 |
</ul> |
... | ... |
@@ -1300,8 +1300,8 @@ use the ReachableAddresses config options, e.g.: |
1300 | 1300 |
|
1301 | 1301 |
<hr> |
1302 | 1302 |
|
1303 |
-<a id="ManyRelays"></a> |
|
1304 |
-<h3><a class="anchor" href="#ManyRelays">I want to run more than one relay.</a></h3> |
|
1303 |
+<a id="MultipleRelays"></a> |
|
1304 |
+<h3><a class="anchor" href="#MultipleRelays">I want to run more than one relay.</a></h3> |
|
1305 | 1305 |
|
1306 | 1306 |
<p> |
1307 | 1307 |
Great. If you want to run several relays to donate more to the network, |
... | ... |
@@ -122,7 +122,7 @@ |
122 | 122 |
</p> |
123 | 123 |
|
124 | 124 |
<p>If it's still not working, look at <a |
125 |
- href="<wikifaq>#ItDoesntWork">this FAQ entry</a> for hints.</p> |
|
125 |
+ href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p> |
|
126 | 126 |
|
127 | 127 |
<p> |
128 | 128 |
Once it's working, learn more about <a href="<page |
... | ... |
@@ -63,7 +63,7 @@ |
63 | 63 |
torrc file</a>. If you want to be a public relay (recommended), |
64 | 64 |
make sure to define ORPort and <a href="<page |
65 | 65 |
docs/faq>#ExitPolicies">look at ExitPolicy</a>; otherwise |
66 |
- if you want to be a <a href="<wikifaq>#RelayOrBridge">bridge</a> |
|
66 |
+ if you want to be a <a href="<page docs/faq>#RelayOrBridge">bridge</a> |
|
67 | 67 |
for users in countries that censor their Internet, |
68 | 68 |
just use <a href="<page docs/bridges>#RunningABridge">these lines</a>. |
69 | 69 |
</li> |
... | ... |
@@ -83,7 +83,8 @@ |
83 | 83 |
<dt>Choose <tt>Relay Traffic for the Tor network</tt> if you |
84 | 84 |
want to be a public relay (recommended), or choose <tt>Help |
85 | 85 |
censored users reach the Tor network</tt> if you want to be a <a |
86 |
-href="<wikifaq>#RelayOrBridge">bridge</a> for users in countries that censor their Internet.</dt> |
|
86 |
+href="<page docs/faq>#RelayOrBridge">bridge</a> for users in countries |
|
87 |
+that censor their Internet.</dt> |
|
87 | 88 |
<dd><img alt="vidalia basic settings" src="$(IMGROOT)/screenshot-win32-configure-relay-1.png" /></dd> |
88 | 89 |
</li> |
89 | 90 |
|
... | ... |
@@ -100,7 +101,9 @@ href="<wikifaq>#RelayOrBridge">bridge</a> for users in countries that censor the |
100 | 101 |
|
101 | 102 |
<li><dt>Choose the <tt>Exit Policies</tt> tab. If you want to allow others |
102 | 103 |
to use your relay for these services, don't change anything. Un-check |
103 |
- the services you don't want to allow people to <a href="<wikifaq>#ExitPolicies">reach from your relay</a>. If you want to be a non-exit relay, un-check all services.</dt> |
|
104 |
+ the services you don't want to allow people to <a href="<page |
|
105 |
+ docs/faq>#ExitPolicies">reach from your relay</a>. If you want to |
|
106 |
+ be a non-exit relay, un-check all services.</dt> |
|
104 | 107 |
<dd><img alt="vidalia exit policies" src="$(IMGROOT)/screenshot-win32-configure-relay-3.png" /></dd> |
105 | 108 |
</li> |
106 | 109 |
|
... | ... |
@@ -173,7 +176,7 @@ href="<wikifaq>#RelayOrBridge">bridge</a> for users in countries that censor the |
173 | 176 |
|
174 | 177 |
<p> |
175 | 178 |
7. If you want to run more than one relay that's great, but please set <a |
176 |
- href="<wikifaq>#MultipleRelays">the |
|
179 |
+ href="<page docs/faq>#MultipleRelays">the |
|
177 | 180 |
MyFamily option</a> in all your relays' configuration files. |
178 | 181 |
</p> |
179 | 182 |
|
... | ... |
@@ -59,7 +59,7 @@ |
59 | 59 |
pops up an alert saying that "www.duskgytldkxiuqc6.onion could not |
60 | 60 |
be found, please check the name and try again" then you haven't |
61 | 61 |
configured Tor correctly; see <a |
62 |
- href="<wikifaq>#ItDoesntWork">the |
|
62 |
+ href="<page docs/faq>#DoesntWork">the |
|
63 | 63 |
it-doesn't-work FAQ entry</a> for some help. |
64 | 64 |
</p> |
65 | 65 |
|
66 | 66 |