diff options
Diffstat (limited to 'src')
-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 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 |