fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029
[oweals/gnunet.git] / src / exit / exit.conf
index 17767b67f5938f6c28f2d4331c67699246ef08f3..46851420d4fb1c6ca10e384bc95f21293f4fa81d 100644 (file)
@@ -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:80;
+EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:!25;
 
 # IPv6 networks to which we are allowed to exit.
 # The format is "(network[/netmask][:[!]SPORT-DPORT];)*"
-EXIT_RANGE_IPV6_POLICY = ::/0:80;
+EXIT_RANGE_IPV6_POLICY = ::/0:!25;
 
 
 # Name of the (virtual) tunnel interface the exit daemon will manage