aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-02 19:45:39 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-02 19:45:39 +0000
commitdeb0bd1ab2d227f60f07842642e35e4dc497d952 (patch)
tree1d9e538c6ca0b3769d1850b52c2d2c98cf2c6b40 /src/exit
parent8964fee37d39c7b984495b6008c5de0472c9b0e3 (diff)
downloadgnunet-deb0bd1ab2d227f60f07842642e35e4dc497d952.tar.gz
gnunet-deb0bd1ab2d227f60f07842642e35e4dc497d952.zip
avoid ARM warning
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/exit.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf
index 177834c38..829c5bf80 100644
--- a/src/exit/exit.conf
+++ b/src/exit/exit.conf
@@ -24,6 +24,8 @@ EXIT_RANGE_IPV4_POLICY = 0.0.0.0/0:!25;
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:!25;
26 26
27# Not a service, tell ARM no binding!
28NOARMBIND = YES
27 29
28# Name of the (virtual) tunnel interface the exit daemon will manage 30# Name of the (virtual) tunnel interface the exit daemon will manage
29TUN_IFNAME = exit-gnunet 31TUN_IFNAME = exit-gnunet