diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
commit | 616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7 (patch) | |
tree | 7ff0eac56883a5d9b339d12225a35d9c12f94fd5 /torrc | |
parent | added cert-fp authentication for libera as well (diff) | |
download | scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.tar.gz scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.zip |
update
Diffstat (limited to 'torrc')
-rw-r--r-- | torrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,8 +22,9 @@ ## Tor opens a SOCKS proxy on port 9050 by default -- even if you don't ## configure one below. Set "SOCKSPort 0" if you plan to run Tor only ## as a relay, and not make any local application connections yourself. -SOCKSPort [::1]:9050 # Default: Bind to localhost:9050 for local connections. +##SOCKSPort [::1]:9050 # Default: Bind to localhost:9050 for local connections. #SOCKSPort 192.168.0.1:9100 # Bind to this address:port too. +SOCKSPort 0 ## Entry policies to allow/deny SOCKS requests based on IP address. ## First entry that matches wins. If no SOCKSPolicy is set, we accept |