mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
JI hates people who say "IP" when they mean "IP address"
svn:r2352
This commit is contained in:
@@ -9,9 +9,9 @@ SocksPort 9050
|
||||
SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
||||
#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
|
||||
|
||||
# Entry policies to allow/deny SOCKS requests based on IP. First
|
||||
# entry that matches wins. If no SocksPolicy is set, we accept all
|
||||
# (and only) requests from SocksBindAddress.
|
||||
# Entry policies to allow/deny SOCKS requests based on IP address.
|
||||
# First entry that matches wins. If no SocksPolicy is set, we accept
|
||||
# all (and only) requests from SocksBindAddress.
|
||||
#
|
||||
#SocksPolicy accept 192.168.0.1/16
|
||||
#SocksPolicy reject *
|
||||
|
||||
Reference in New Issue
Block a user