瀏覽代碼

allow unverified nodes in middle and rendezvous positions by default

svn:r2258
Roger Dingledine 21 年之前
父節點
當前提交
92a44fddb1
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/config/torrc.sample.in

+ 5 - 0
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.