aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-12 20:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-12 20:19:43 +0000
commit75b754d269802f2072514d55b94946912c55e067 (patch)
tree4cb9f0c2baa0ddd55694b72936646427ed27932b /src/exit/exit.conf
parentf2a94edfe687f220160f2f58d92a53063ab98357 (diff)
downloadgnunet-75b754d269802f2072514d55b94946912c55e067.tar.gz
gnunet-75b754d269802f2072514d55b94946912c55e067.zip
generate compact regular expressions if range is negated (#3226), switch default policy to not-25 (SMTP) as we can now work with that
Diffstat (limited to 'src/exit/exit.conf')
-rw-r--r--src/exit/exit.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf
index 17767b67f..46851420d 100644
--- a/src/exit/exit.conf
+++ b/src/exit/exit.conf
@@ -18,11 +18,11 @@ IPV4MASK = 255.255.255.0
18 18
19# IPv4 networks to which we are allowed to exit. 19# IPv4 networks to which we are allowed to exit.
20# The format is "(network[/netmask][:[!]SPORT-DPORT];)*" 20# The format is "(network[/netmask][:[!]SPORT-DPORT];)*"
21EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:80; 21EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:!25;
22 22
23# IPv6 networks to which we are allowed to exit. 23# IPv6 networks to which we are allowed to exit.
24# The format is "(network[/netmask][:[!]SPORT-DPORT];)*" 24# The format is "(network[/netmask][:[!]SPORT-DPORT];)*"
25EXIT_RANGE_IPV6_POLICY = ::/0:80; 25EXIT_RANGE_IPV6_POLICY = ::/0:!25;
26 26
27 27
28# Name of the (virtual) tunnel interface the exit daemon will manage 28# Name of the (virtual) tunnel interface the exit daemon will manage