From 3e49572e7cf0845cb3dbadbf2cfe436b9b14b609 Mon Sep 17 00:00:00 2001 From: shooter225 <157472345+shooter225@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:12:07 +0200 Subject: [PATCH] Update torrc --- torrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/torrc b/torrc index accfa33..6abf054 100644 --- a/torrc +++ b/torrc @@ -15,15 +15,15 @@ ## 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 9050 # Default: Bind to localhost:9050 for local connections. -#SOCKSPort 192.168.0.1:9100 # Bind to this address:port too. +SOCKSPort 9050 # Default: Bind to localhost:9050 for local connections. +SOCKSPort 192.168.1.5:9100 # Bind to this address: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 ## all (and only) requests that reach a SOCKSPort. Untrusted users who ## can access your SOCKSPort may be able to learn about the connections ## you make. -#SOCKSPolicy accept 192.168.0.0/16 +SOCKSPolicy accept 192.168.1.5/16 #SOCKSPolicy accept6 FC00::/7 #SOCKSPolicy reject *