diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-05 11:58:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-05 11:58:34 +0000 |
commit | 0c583a6cf295f6de3154a45ae17113b2b9506473 (patch) | |
tree | f8a12a0e422f71f4049d5f0efd46a1f8419cf4fb | |
parent | 0ab8b8a4e40acc2a552223f8c10a280939a6d7ad (diff) | |
download | tor-0c583a6cf295f6de3154a45ae17113b2b9506473.tar tor-0c583a6cf295f6de3154a45ae17113b2b9506473.tar.gz |
clarify it even better
svn:r2687
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 2bb708c02..3becff3f4 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -62,13 +62,15 @@ DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D #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. +# in ORPort, uncomment the line below. You'll need to do ipchains +# or other port forwarding yourself to make this work. #ORBindAddress 0.0.0.0:9090 # Uncomment this to mirror the directory for others (please do) #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. +# in DirPort, uncomment the line below. You'll need to do ipchains +# or other port forwarding yourself to make this work. #DirBindAddress 0.0.0.0:9091 ## A comma-separated list of exit policies. They're considered first |