diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-23 20:53:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-23 20:53:42 +0000 |
commit | 31c7f59b25c47293f2aac345ddabe9bcd4af6d96 (patch) | |
tree | 4e215d5c6f4725e474cbdf46f4ac0b7c60b22bed /src/config | |
parent | ebf6476e8e5e7c77ca0efa17656511cd8cda364f (diff) | |
download | tor-31c7f59b25c47293f2aac345ddabe9bcd4af6d96.tar tor-31c7f59b25c47293f2aac345ddabe9bcd4af6d96.tar.gz |
add MyFamily to the torrc.sample
svn:r5133
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index cac24b667..1c4d3d381 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 19 July 2005 for Tor 0.1.1.3-alpha. +## Last updated 23 September 2005 for Tor 0.1.1.8-alpha. ## (May or may not work for older or newer versions of Tor.) # ## See the man page, or http://tor.eff.org/tor-manual.html, for more @@ -114,6 +114,12 @@ AllowUnverifiedNodes middle,rendezvous ## to make this work. #DirBindAddress 0.0.0.0:9091 +## Uncomment this if you run more than one Tor server, and add the +## nickname of each Tor server you control, even if they're on different +## networks. We declare it here so clients can avoid using more than +## one of your servers in a given circuit. +#MyFamily nickname1,nickname2,... + ## A comma-separated list of exit policies. They're considered first ## to last, and the first match wins. If you want to *replace* ## the default exit policy, end this with either a reject *:* or an |