summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-06-06 18:00:59 +0000
committerRoger Dingledine <arma@torproject.org>2004-06-06 18:00:59 +0000
commit26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b (patch)
treeb423b19b03a26f9835b8f1d23e30e8a598111d33
parent184f4e6044daf853583edfee625d88eadeefab71 (diff)
downloadtor-26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b.tar.gz
tor-26f77f4454f5b6cc6aca69315c68ceafc3bc0c2b.zip
tweak on the sample torrc
svn:r1951
-rw-r--r--src/config/torrc.sample.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 547bd86bf3..a15037da9e 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:*