aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
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