aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-20 14:23:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-20 14:23:02 +0000
commit8b4c42b20a6049b036713f92863b20bf6b5cc5dd (patch)
tree51fc35b049ad342c7718f98eea01e1a069b3d6dd /src/exit/exit.conf
parent29a712b99844075c51ea208bb8dc635ce4b78bb3 (diff)
downloadgnunet-8b4c42b20a6049b036713f92863b20bf6b5cc5dd.tar.gz
gnunet-8b4c42b20a6049b036713f92863b20bf6b5cc5dd.zip
-use default policy that works now...
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 46851420d..17767b67f 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:!25; 21EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:80;
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:!25; 25EXIT_RANGE_IPV6_POLICY = ::/0:80;
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