From: Roger Dingledine Date: Mon, 3 Jan 2005 21:47:59 +0000 (+0000) Subject: make it clearer you can have multiple SocksBindAddress directives X-Git-Tag: debian-version-0.0.9.2-1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53c522ee1ce4b8f769c9328c4bcc886095187ade;p=thirdparty%2Ftor.git make it clearer you can have multiple SocksBindAddress directives svn:r3262 --- diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index f8a2be3e90..49ae047498 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -9,7 +9,7 @@ ## Replace this with "SocksPort 0" if you don't want clients to connect. 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 +#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too ## Entry policies to allow/deny SOCKS requests based on IP address. ## First entry that matches wins. If no SocksPolicy is set, we accept