[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] take AllowUnverifiedNodes out of the sample torrc



Update of /home2/or/cvsroot/tor/src/config
In directory moria:/home/arma/work/onion/cvs/tor/src/config

Modified Files:
	torrc.sample.in 
Log Message:
take AllowUnverifiedNodes out of the sample torrc


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -d -r1.70 -r1.71
--- torrc.sample.in	5 Jan 2006 10:37:22 -0000	1.70
+++ torrc.sample.in	17 Jan 2006 01:09:58 -0000	1.71
@@ -1,5 +1,5 @@
 ## Configuration file for a typical Tor user
-## Last updated 5 January 2006 for Tor 0.1.1.11-alpha.
+## Last updated 16 January 2006 for Tor 0.1.1.13-alpha.
 ## (May or may not work for older or newer versions of Tor.)
 ##
 ## Lines that begin with "## " try to explain what's going on. Lines
@@ -31,11 +31,6 @@ SocksListenAddress 127.0.0.1 # accept co
 #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
-
 ## Logs go to stdout at level "notice" unless redirected by something
 ## else, like one of the below lines. You can have as many Log lines as
 ## you want.
@@ -65,9 +60,8 @@ AllowUnverifiedNodes middle,rendezvous
 ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
 #DataDirectory @LOCALSTATEDIR@/lib/tor
 
-## The port on which Tor will listen for local connections from Tor controller
-## applications, as documented in control-spec.txt.  NB: this feature is
-## currently experimental.
+## The port on which Tor will listen for local connections from Tor
+## controller applications, as documented in control-spec.txt.
 #ControlPort 9051
 
 ############### This section is just for location-hidden services ###