- update default values, eliminate obsolete ones
[oweals/gnunet.git] / src / exit / exit.conf
index 17767b67f5938f6c28f2d4331c67699246ef08f3..177834c38f6afbd6c04aad184aceacc83b6e933c 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
@@ -48,7 +48,7 @@ EXIT_IPV6 = NO
 # (set to "NO" if no normal ISP is locally available and thus
 # requests for normal ".com"/".org"/etc. must be routed via
 # the GNUnet VPN (the GNUNET PT daemon then needs to be configured
-# to intercept and route DNS queries via mesh).
+# to intercept and route DNS queries via cadet).
 # Set this to YES to allow using this system for DNS queries.
 EXIT_DNS = NO