From 8b4c42b20a6049b036713f92863b20bf6b5cc5dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Dec 2013 14:23:02 +0000 Subject: -use default policy that works now... --- src/exit/exit.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exit/exit.conf') diff --git a/src/exit/exit.conf b/src/exit/exit.conf index 46851420d..17767b67f 100644 --- a/src/exit/exit.conf +++ b/src/exit/exit.conf @@ -18,11 +18,11 @@ IPV4MASK = 255.255.255.0 # IPv4 networks to which we are allowed to exit. # The format is "(network[/netmask][:[!]SPORT-DPORT];)*" -EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:!25; +EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:80; # IPv6 networks to which we are allowed to exit. # The format is "(network[/netmask][:[!]SPORT-DPORT];)*" -EXIT_RANGE_IPV6_POLICY = ::/0:!25; +EXIT_RANGE_IPV6_POLICY = ::/0:80; # Name of the (virtual) tunnel interface the exit daemon will manage -- cgit v1.2.3