aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-09 08:59:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-09 21:18:41 +0100
commitdf3c092ec36c40ffdc1738c4b95dc33725e812e6 (patch)
tree3c0f76a633b7cb14f4d0f2f01594e5d95a51c47c /src/nat
parente174c5ea585ec49300c7680d139a98b259110491 (diff)
downloadgnunet-df3c092ec36c40ffdc1738c4b95dc33725e812e6.tar.gz
gnunet-df3c092ec36c40ffdc1738c4b95dc33725e812e6.zip
eliminate dead NAT options
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat.conf.in31
1 files changed, 1 insertions, 30 deletions
diff --git a/src/nat/nat.conf.in b/src/nat/nat.conf.in
index 88975c424..19d11c2ad 100644
--- a/src/nat/nat.conf.in
+++ b/src/nat/nat.conf.in
@@ -9,42 +9,13 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nat.sock
9UNIX_MATCH_UID = YES 9UNIX_MATCH_UID = YES
10UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
11 11
12# Are we behind NAT?
13BEHIND_NAT = NO
14
15# Is the NAT hole-punched?
16PUNCHED_NAT = NO
17
18# Enable UPNP by default? 12# Enable UPNP by default?
19ENABLE_UPNP = NO 13ENABLE_UPNP = NO
20 14
21# Use addresses from the local network interfaces (inluding loopback, but also others)
22USE_LOCALADDR = YES
23
24# Use address obtained from a DNS lookup of our hostname
25USE_HOSTNAME = NO
26
27# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
28# normal interface IP address for non-NATed peers;
29# possibly auto-detected (using UPnP) if possible if not specified
30# EXTERNAL_ADDRESS =
31
32# Should we use ICMP-based NAT traversal to try connect to NATed peers
33# or, if we are behind NAT, to allow connections to us?
34ENABLE_ICMP_CLIENT = NO
35ENABLE_ICMP_SERVER = NO
36
37# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
38# normal interface IP address for non-NATed peers;
39# likely auto-detected (via interface list) if not specified (!)
40# INTERNAL_ADDRESS =
41
42# Disable IPv6 support 15# Disable IPv6 support
16# FIXME: move entirely to transport plugins!
43DISABLEV6 = NO 17DISABLEV6 = NO
44 18
45# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
46RETURN_LOCAL_ADDRESSES = NO
47
48# How often do we query the DNS resolver 19# How often do we query the DNS resolver
49# for our hostname (to get our own IP) 20# for our hostname (to get our own IP)
50HOSTNAME_DNS_FREQUENCY = 20 min 21HOSTNAME_DNS_FREQUENCY = 20 min