mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
make slightly clearer that socksport is for local applications
svn:r3901
This commit is contained in:
parent
b8fe866a9d
commit
452563e157
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
## Replace this with "SocksPort 0" if you plan to run Tor only as a
|
||||
## server, and not make any local application connections yourself.
|
||||
SocksPort 9050 # what port to open for application connections
|
||||
SocksPort 9050 # what port to open for local application connections
|
||||
SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
||||
#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue