Roger Dingledine commited on 2011-02-07 09:06:17
Zeige 5 geänderte Dateien mit 13 Einfügungen und 12 Löschungen.
... | ... |
@@ -153,8 +153,7 @@ |
153 | 153 |
docs/tor-doc-relay>">normal Tor relay</a>, you should |
154 | 154 |
run a bridge relay. You can configure it either way: |
155 | 155 |
<ul> |
156 |
- <li> manually <a |
|
157 |
- href="<wikifaq>#Imsupposedtoeditmytorrc.Whatdoesthatmean">edit |
|
156 |
+ <li> manually <a href="<page docs/faq>#torrc">edit |
|
158 | 157 |
your torrc file</a> to be just these four lines:<br> |
159 | 158 |
<pre><code> |
160 | 159 |
SocksPort 0 |
... | ... |
@@ -59,7 +59,7 @@ |
59 | 59 |
|
60 | 60 |
<li>The <a href="<page docs/tor-manual-dev>">manual</a> |
61 | 61 |
lists all the possible entries you can put in your <a |
62 |
- href="<wikifaq>#Imsupposedtoeditmytorrc.Whatdoesthatmean">torrc |
|
62 |
+ href="<page docs/faq>#torrc">torrc |
|
63 | 63 |
file</a>. We also provide a <a href="<page docs/tor-manual-dev>">manual for |
64 | 64 |
the development version of Tor</a>.</li> |
65 | 65 |
|
... | ... |
@@ -966,8 +966,8 @@ for more information on how to remove the Tor service. |
966 | 966 |
<p> |
967 | 967 |
Yes. You can set preferred entry and exit nodes as well as |
968 | 968 |
inform Tor which nodes you do not want to use. |
969 |
- The following options can be added to your config file "torrc" |
|
970 |
- or specified on the command line: |
|
969 |
+ The following options can be added to your config file <a |
|
970 |
+ href="#torrc">"torrc"</a> or specified on the command line: |
|
971 | 971 |
</p> |
972 | 972 |
<dl> |
973 | 973 |
<dt><tt>EntryNodes $fingerprint,$fingerprint,...</tt></dt> |
... | ... |
@@ -1109,7 +1109,7 @@ few outgoing ports.</a></h3> |
1109 | 1109 |
<p> |
1110 | 1110 |
If your firewall works by blocking ports, then you can tell Tor to only |
1111 | 1111 |
use the ports that your firewall permits by adding "FascistFirewall 1" to |
1112 |
-your <a href="<wikifaq>#Imsupposedtoeditmytorrc.Whatdoesthatmean">torrc |
|
1112 |
+your <a href="<page docs/faq>#torrc">torrc |
|
1113 | 1113 |
configuration file</a>, or by clicking "My firewall only lets me connect |
1114 | 1114 |
to certain ports" in Vidalia's Network Settings window. |
1115 | 1115 |
</p> |
... | ... |
@@ -1206,7 +1206,7 @@ use the ReachableAddresses config options, e.g.: |
1206 | 1206 |
the Tor network can't handle the load (e.g. default |
1207 | 1207 |
file-sharing ports). You can change your exit policy |
1208 | 1208 |
using Vidalia's "Sharing" tab, or by manually editing your |
1209 |
- <a href="<wikifaq>#torrc">torrc</a> |
|
1209 |
+ <a href="<page docs/faq>#torrc">torrc</a> |
|
1210 | 1210 |
file. If you want to avoid most if not all abuse potential, set it to |
1211 | 1211 |
"reject *:*" (or un-check all the boxes in Vidalia). This setting means |
1212 | 1212 |
that your relay will be used for relaying traffic inside the Tor network, |
... | ... |
@@ -1271,8 +1271,8 @@ and diversity. |
1271 | 1271 |
|
1272 | 1272 |
<p> |
1273 | 1273 |
If you do decide to run more than one relay, please set the "MyFamily" |
1274 |
-config option in the torrc of each relay, listing all the relays |
|
1275 |
-(comma-separated) that are under your control: |
|
1274 |
+config option in the <a href="#torrc">torrc</a> of each relay, listing |
|
1275 |
+all the relays (comma-separated) that are under your control: |
|
1276 | 1276 |
</p> |
1277 | 1277 |
|
1278 | 1278 |
<pre> |
... | ... |
@@ -59,8 +59,10 @@ |
59 | 59 |
|
60 | 60 |
<li><strong>Manual Configuration</strong>: |
61 | 61 |
<ul> |
62 |
- <li>Edit the bottom part of <a href="<wikifaq>#torrc">your torrc file</a>. If you want to be a public relay (recommended), |
|
63 |
- make sure to define ORPort and <a href="<page docs/faq>#ExitPolicies">look at ExitPolicy</a>; otherwise |
|
62 |
+ <li>Edit the bottom part of <a href="<page docs/faq>#torrc">your |
|
63 |
+ torrc file</a>. If you want to be a public relay (recommended), |
|
64 |
+ make sure to define ORPort and <a href="<page |
|
65 |
+ docs/faq>#ExitPolicies">look at ExitPolicy</a>; otherwise |
|
64 | 66 |
if you want to be a <a href="<wikifaq>#RelayOrBridge">bridge</a> |
65 | 67 |
for users in countries that censor their Internet, |
66 | 68 |
just use <a href="<page docs/bridges>#RunningABridge">these lines</a>. |
... | ... |
@@ -118,7 +118,7 @@ |
118 | 118 |
</p> |
119 | 119 |
|
120 | 120 |
<p>First, open your torrc file in your favorite text editor. (See <a |
121 |
- href="<wikifaq>#torrc">the |
|
121 |
+ href="<page docs/faq>#torrc">the |
|
122 | 122 |
torrc FAQ entry</a> to learn what this means.) Go to the middle section and |
123 | 123 |
look for the line</p> |
124 | 124 |
|
125 | 125 |