From 616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 2 Apr 2022 21:02:31 +0430 Subject: update --- torrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'torrc') diff --git a/torrc b/torrc index fee79f3..4fc242f 100644 --- a/torrc +++ b/torrc @@ -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 -- cgit v1.2.3