aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 12:49:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 12:49:05 +0000
commitbadd541a3da5b515a659860b2515a7ea3654e791 (patch)
treeec642686f37ba1e5595e015d57d70de218ce7818 /src/exit/exit.conf
parent62e660ff5b046d14a79b738ecb3cb1add4d99a89 (diff)
downloadgnunet-badd541a3da5b515a659860b2515a7ea3654e791.tar.gz
gnunet-badd541a3da5b515a659860b2515a7ea3654e791.zip
-actually enable free regex specification, in binary for now
Diffstat (limited to 'src/exit/exit.conf')
-rw-r--r--src/exit/exit.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf
index d0a4b35f3..f8f0764f7 100644
--- a/src/exit/exit.conf
+++ b/src/exit/exit.conf
@@ -16,6 +16,14 @@ IPV4ADDR = 169.254.86.1
16# Netmask for the IPv4 subnet on the TUN interface. 16# Netmask for the IPv4 subnet on the TUN interface.
17IPV4MASK = 255.255.255.0 17IPV4MASK = 255.255.255.0
18 18
19# Regular expression matching IPv4 addresses in binary (32 values of 0 or 1)
20# format for which this system is willing to serve as an exit.
21EXIT_RANGE_IPV4_REGEX = (0|1)*
22
23# Regular expression matching IPv4 addresses in binary (128 values of 0 or 1)
24# format for which this system is willing to serve as an exit.
25EXIT_RANGE_IPV6_REGEX = (0|1)*
26
19 27
20# Name of the (virtual) tunnel interface the exit daemon will manage 28# Name of the (virtual) tunnel interface the exit daemon will manage
21TUN_IFNAME = exit-gnunet 29TUN_IFNAME = exit-gnunet