[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] allow unverified nodes in middle and rendezvous positions b...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] allow unverified nodes in middle and rendezvous positions b...
- From: arma@seul.org (Roger Dingledine)
- Date: Tue, 17 Aug 2004 04:48:54 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 17 Aug 2004 04:49:11 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config
Modified Files:
torrc.sample.in
Log Message:
allow unverified nodes in middle and rendezvous positions by default
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- torrc.sample.in 6 Aug 2004 10:11:57 -0000 1.15
+++ torrc.sample.in 17 Aug 2004 08:48:52 -0000 1.16
@@ -16,6 +16,11 @@
#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.