diff options
author | Roger Dingledine <arma@torproject.org> | 2004-07-22 11:16:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-07-22 11:16:39 +0000 |
commit | 0536b853fda14705f5fc2d19dc96bd2a8a90e5c3 (patch) | |
tree | 091a8b34f3f59909b968f11c97a8e6502ca392c4 /src/config | |
parent | 7459d067a5b158f39ac8ff9a90ce6059e91d4302 (diff) | |
download | tor-0536b853fda14705f5fc2d19dc96bd2a8a90e5c3.tar tor-0536b853fda14705f5fc2d19dc96bd2a8a90e5c3.tar.gz |
add a comment asking ORs to configure a DirPort too
svn:r2104
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 96ba0f306..9b1b80af5 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 |