[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] better example lines for dirbindaddress and orbindaddress
- To: or-cvs@freehaven.net
- Subject: [or-cvs] better example lines for dirbindaddress and orbindaddress
- From: arma@seul.org (Roger Dingledine)
- Date: Sun, 3 Oct 2004 15:37:51 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 03 Oct 2004 15:38:10 -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:
better example lines for dirbindaddress and orbindaddress
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- torrc.sample.in 23 Sep 2004 20:50:27 -0000 1.19
+++ torrc.sample.in 3 Oct 2004 19:37:48 -0000 1.20
@@ -51,13 +51,15 @@
#ContactInfo 1024D/28988BF5 Roger Dingledine <arma@mit.edu>
#ORPort 9001 # where to listen for tor connections
-#ORBindAddress 0.0.0.0 # accept connections from anywhere
-#ORBindAddress 0.0.0.0:9090 # accept connections from anywhere, and
- # listen on a port other than the one we
- # advertised.
+# If you want to listen on a port other than the one advertised
+# in ORPort, uncomment the line below.
+#ORBindAddress 0.0.0.0:9090
# Uncomment this to mirror the directory for others (please do)
#DirPort 9030
+# If you want to listen on a port other than the one advertised
+# in DirPort, uncomment the line below.
+#DirBindAddress 0.0.0.0:9091
## A comma-separated list of exit policies. They're considered first
## to last, and the first match wins. If you want to *replace*