From 93162ef4d1a8efd8cbebd30729abd83a7e9c4962 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Dec 2014 19:56:47 +0000 Subject: [PATCH] non-tor --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 050de8e1..e7aac412 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -6995,7 +6995,7 @@ function route_outgoing_traffic_through_tor { ### set variables # Destinations you don't want routed through Tor - _non_tor="192.168.0/24.0/24" + _non_tor="192.168.0.0/24 192.168.1.0/24 192.168.2.0/24 192.168.3.0/24 192.168.4.0/24 192.168.10.0/24 192.168.42.0/24" # The user that Tor runs as _tor_uid="debian-tor"