[or-cvs] make it clearer why FooPort and FooBindAddress are separate

Roger Dingledine arma at seul.org
Wed Jan 19 06:06:06 UTC 2005


Update of /home2/or/cvsroot/tor/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/config

Modified Files:
	torrc.sample.in 
Log Message:
make it clearer why FooPort and FooBindAddress are separate


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- torrc.sample.in	3 Jan 2005 21:47:59 -0000	1.41
+++ torrc.sample.in	19 Jan 2005 06:06:04 -0000	1.42
@@ -91,15 +91,17 @@
 ## Required: what port to advertise for tor connections
 #ORPort 9001
 ## If you want to listen on a port other than the one advertised
-## in ORPort, uncomment the line below. You'll need to do ipchains
-## or other port forwarding yourself to make this work.
+## in ORPort (e.g. to advertise 443 but bind to 9090), 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. You'll need to do ipchains
-## or other port forwarding yourself to make this work.
+## in DirPort (e.g. to advertise 80 but bind 9091), 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



More information about the tor-commits mailing list