-actually enable free regex specification, in binary for now
[oweals/gnunet.git] / src / exit / exit.conf
index d0a4b35f39a3d15ad53836c4e97ee888dccf4b22..f8f0764f75cf0ca3d50dc36615751f1efa3f914e 100644 (file)
@@ -16,6 +16,14 @@ IPV4ADDR = 169.254.86.1
 # Netmask for the IPv4 subnet on the TUN interface.
 IPV4MASK = 255.255.255.0
 
+# Regular expression matching IPv4 addresses in binary (32 values of 0 or 1) 
+# format for which this system is willing to serve as an exit.
+EXIT_RANGE_IPV4_REGEX = (0|1)*
+
+# Regular expression matching IPv4 addresses in binary (128 values of 0 or 1) 
+# format for which this system is willing to serve as an exit.
+EXIT_RANGE_IPV6_REGEX = (0|1)*
+
 
 # Name of the (virtual) tunnel interface the exit daemon will manage
 TUN_IFNAME = exit-gnunet