diff options
author | Roger Dingledine <arma@torproject.org> | 2004-06-06 18:00:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-06-06 18:00:59 +0000 |
commit | 26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b (patch) | |
tree | b423b19b03a26f9835b8f1d23e30e8a598111d33 /src | |
parent | 184f4e6044daf853583edfee625d88eadeefab71 (diff) | |
download | tor-26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b.tar tor-26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b.tar.gz |
tweak on the sample torrc
svn:r1951
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 547bd86bf..a15037da9 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -9,7 +9,7 @@ SocksPort 9050 SocksBindAddress 127.0.0.1 # accept connections only from localhost #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port -# Exit policies to allow/deny SOCKS requests based on IP. By default, +# Entry policies to allow/deny SOCKS requests based on IP. By default, # we accept all requests to SocksBindAddress. # #SocksPolicy accept 192.168.0.1/16:* |