aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-17 01:09:58 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-17 01:09:58 +0000
commit1c4822802f94df5769722450e032993e6ffddb1e (patch)
treeb8664234069ed543544586438315e3fb284b0624 /src/config
parent5268040bb512f04b948b2d1c31fb1d32b1988aaa (diff)
downloadtor-1c4822802f94df5769722450e032993e6ffddb1e.tar
tor-1c4822802f94df5769722450e032993e6ffddb1e.tar.gz
take AllowUnverifiedNodes out of the sample torrc
svn:r5832
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index a7c67220b..6f9fd01ca 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -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 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
-
## 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 ###