diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-17 08:48:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-17 08:48:52 +0000 |
commit | 92a44fddb1d12d59cecdb86df9380c62fb6bd305 (patch) | |
tree | b96fc5a9e55542969c21bf52315e48fdb7963dd4 /src | |
parent | aa1e5184460071b6930ebcddbced49425a045b41 (diff) | |
download | tor-92a44fddb1d12d59cecdb86df9380c62fb6bd305.tar.gz tor-92a44fddb1d12d59cecdb86df9380c62fb6bd305.zip |
allow unverified nodes in middle and rendezvous positions by default
svn:r2258
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index b26b22d18c..e43c512b45 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -16,6 +16,11 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost #SocksPolicy accept 192.168.0.1/16 #SocksPolicy reject * +# Allow no-name routers (ones that the dirserver operators don't +# know anything about) in only these positions in your circuits. +# Other choices (not advised) are entry,exit,introduction. +AllowUnverifiedNodes middle,rendezvous + # By default, we send log messages to stdout. If you want # them to go somewhere else, uncomment one or more of these example # configurations. |