diff options
Diffstat (limited to 'src/exit/exit.conf')
-rw-r--r-- | src/exit/exit.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf index d0a4b35f39..f8f0764f75 100644 --- a/src/exit/exit.conf +++ b/src/exit/exit.conf @@ -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 |