ekardnam 4 years ago
parent
commit
fd6005a791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      anonymize.sh

+ 1 - 1
anonymize.sh

@@ -28,7 +28,7 @@ function start {
 	info "Disabling IPv6"
 	sysctl -w net.ipv6.conf.default.disable_ipv6=1
 
-	for NET in $TOR_EXCLUDE 127.0.0.0/9 127.128.0.0/8; do
+	for NET in $TOR_EXCLUDE 127.0.0.0/8; do
 		iptables -A OUTPUT -d "$NET" -j ACCEPT
 	done