aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 21:08:59 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 21:08:59 +0000
commit95b2bc87d15ff0f44005081da8b5925839f30cf6 (patch)
tree04bf61bf4411c2116cb8cea1a34fa4307021759a /src/exit/exit.conf
parent666b34ae2a1cccd8688e55cc4b2edd2ac8e73b5a (diff)
downloadgnunet-95b2bc87d15ff0f44005081da8b5925839f30cf6.tar.gz
gnunet-95b2bc87d15ff0f44005081da8b5925839f30cf6.zip
-picking better default networks for dns/vpn/exit
Diffstat (limited to 'src/exit/exit.conf')
-rw-r--r--src/exit/exit.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf
index bd3fd0df1..0d48de94b 100644
--- a/src/exit/exit.conf
+++ b/src/exit/exit.conf
@@ -4,17 +4,18 @@ BINARY = gnunet-daemon-exit
4 4
5# IPv6 address for the TUN interface (must be changed as this 5# IPv6 address for the TUN interface (must be changed as this
6# must be within the global IPv6 range of your system!) 6# must be within the global IPv6 range of your system!)
7IPV6ADDR = 1234:1::1 7IPV6ADDR = 2001:DB8::1
8 8
9# Prefix for our IPv6 subnet on the TUN interface. 9# Prefix for our IPv6 subnet on the TUN interface.
10IPV6PREFIX = 32 10IPV6PREFIX = 64
11 11
12# IPv4 address to use on our TUN interface (may need to be 12# IPv4 address to use on our TUN interface (may need to be
13# changed to avoid conflicts with existing addresses on your system). 13# changed to avoid conflicts with existing addresses on your system).
14IPV4ADDR = 10.10.1.1 14# Use RFC 3927-style link-local address
15IPV4ADDR = 169.254.86.1
15 16
16# Netmask for the IPv4 subnet on the TUN interface. 17# Netmask for the IPv4 subnet on the TUN interface.
17IPV4MASK = 255.255.0.0 18IPV4MASK = 255.255.255.0
18 19
19 20
20# Name of the (virtual) tunnel interface the exit daemon will manage 21# Name of the (virtual) tunnel interface the exit daemon will manage