diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-05 11:55:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-05 11:55:35 +0000 |
commit | 0ab8b8a4e40acc2a552223f8c10a280939a6d7ad (patch) | |
tree | 027affbad068902238cb3c6245cca9a7c12a9e72 | |
parent | fdfa05abc97699df8ad5c46909f3673ba28310fd (diff) | |
download | tor-0ab8b8a4e40acc2a552223f8c10a280939a6d7ad.tar tor-0ab8b8a4e40acc2a552223f8c10a280939a6d7ad.tar.gz |
resolve misleading torrc comments
svn:r2686
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index b7b4f95c3..2bb708c02 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,7 +1,7 @@ # Configuration file for a typical tor user # Replace this with "SocksPort 0" if you don't want clients to connect. -SocksPort 9050 +SocksPort 9050 # what port to advertise for application connections SocksBindAddress 127.0.0.1 # accept connections only from localhost #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port @@ -60,13 +60,13 @@ DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D #Address noname.example.com # The IP or fqdn for this server #ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com> -#ORPort 9001 # where to listen for tor connections +#ORPort 9001 # what port to advertise for tor connections # If you want to listen on a port other than the one advertised # in ORPort, uncomment the line below. #ORBindAddress 0.0.0.0:9090 # Uncomment this to mirror the directory for others (please do) -#DirPort 9030 +#DirPort 9030 # what port to advertise for directory connections # If you want to listen on a port other than the one advertised # in DirPort, uncomment the line below. #DirBindAddress 0.0.0.0:9091 |