]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
allow unverified nodes in middle and rendezvous positions by default
authorRoger Dingledine <arma@torproject.org>
Tue, 17 Aug 2004 08:48:52 +0000 (08:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 17 Aug 2004 08:48:52 +0000 (08:48 +0000)
svn:r2258

src/config/torrc.sample.in

index b26b22d18c586946a7d0c62edda4b8256d16d5b9..e43c512b4536e15f52f39c04d5ed30c4460fb184 100644 (file)
@@ -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.