From: Roger Dingledine Date: Tue, 17 Aug 2004 08:48:52 +0000 (+0000) Subject: allow unverified nodes in middle and rendezvous positions by default X-Git-Tag: tor-0.0.8rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a44fddb1d12d59cecdb86df9380c62fb6bd305;p=thirdparty%2Ftor.git allow unverified nodes in middle and rendezvous positions by default svn:r2258 --- 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.