summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-03 19:37:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-03 19:37:48 +0000
commitc205ad05ba2c2d6532ea2d370f07f03e6337be90 (patch)
tree9071a6137b2108fe7554466f5d0b1b2570ab85ab /src/config
parent9e8ae9766e5d4eb94972f2e7118ce8e9c2e09381 (diff)
downloadtor-c205ad05ba2c2d6532ea2d370f07f03e6337be90.tar.gz
tor-c205ad05ba2c2d6532ea2d370f07f03e6337be90.zip
better example lines for dirbindaddress and orbindaddress
svn:r2415
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 720563d294..4d562f15ae 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -51,13 +51,15 @@ AllowUnverifiedNodes middle,rendezvous
#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*