summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-22 11:16:39 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-22 11:16:39 +0000
commit0536b853fda14705f5fc2d19dc96bd2a8a90e5c3 (patch)
tree091a8b34f3f59909b968f11c97a8e6502ca392c4
parent7459d067a5b158f39ac8ff9a90ce6059e91d4302 (diff)
downloadtor-0536b853fda14705f5fc2d19dc96bd2a8a90e5c3.tar.gz
tor-0536b853fda14705f5fc2d19dc96bd2a8a90e5c3.zip
add a comment asking ORs to configure a DirPort too
svn:r2104
-rw-r--r--src/config/torrc.sample.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 96ba0f306a..9b1b80af5d 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -50,6 +50,9 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
# listen on a port other than the one we
# advertised.
+# Uncomment this to mirror the directory for others (please do)
+#DirPort 9030
+
## A comma-separated list of exit policies. If you want to *replace*
## the default exit policy, end this with either a reject *:* or an
## accept *:*. Otherwise, you're *augmenting* (prepending to) the