From: Roger Dingledine Date: Thu, 22 Jul 2004 11:16:39 +0000 (+0000) Subject: add a comment asking ORs to configure a DirPort too X-Git-Tag: tor-0.0.8pre1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0536b853fda14705f5fc2d19dc96bd2a8a90e5c3;p=thirdparty%2Ftor.git add a comment asking ORs to configure a DirPort too svn:r2104 --- 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