mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
make it clearer you can have multiple SocksBindAddress directives
svn:r3262
This commit is contained in:
parent
7dd37f9e6b
commit
53c522ee1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue