diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-12 01:12:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-12 01:12:52 +0000 |
commit | 940b0a4d2efbe64a7681dd857cd423b6eebe4154 (patch) | |
tree | e58602f8e14762624b399ec69eb10eec3c12cdaf /src/config | |
parent | b274857c61f0883023b758329cf2445ee173a548 (diff) | |
download | tor-940b0a4d2efbe64a7681dd857cd423b6eebe4154.tar tor-940b0a4d2efbe64a7681dd857cd423b6eebe4154.tar.gz |
write a better note in torrc.sample about whether to set dirport.
svn:r5978
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 0877c0671..c632d02fe 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -103,7 +103,9 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## yourself to make this work. #ORListenAddress 0.0.0.0:9090 -## Uncomment this to mirror the directory for others (please do) +## Uncomment this to mirror the directory for others. Please do +## if you have enough bandwidth: see the bottom of +## http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#LimitBandwidth #DirPort 9030 # what port to advertise for directory connections ## If you want to listen on a port other than the one advertised ## in DirPort (e.g. to advertise 80 but bind 9091), uncomment the line |