aboutsummaryrefslogtreecommitdiff
path: root/contrib/defaults.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/defaults.conf')
-rw-r--r--contrib/defaults.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index af9b8f818..d1f83a3aa 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -24,7 +24,7 @@ ADVERTISED_PORT = 2086
24BEHIND_NAT = YES 24BEHIND_NAT = YES
25 25
26# Is the NAT hole-punched? 26# Is the NAT hole-punched?
27#NEW: PUNCHED_NAT = NO 27PUNCHED_NAT = NO
28 28
29# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 29# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
30# normal interface IP address for non-NATed peers; 30# normal interface IP address for non-NATed peers;
@@ -33,9 +33,8 @@ BEHIND_NAT = YES
33 33
34# Should we use ICMP-based NAT traversal to try connect to NATed peers 34# Should we use ICMP-based NAT traversal to try connect to NATed peers
35# or, if we are behind NAT, to allow connections to us? 35# or, if we are behind NAT, to allow connections to us?
36ALLOW_NAT = YES 36ENABLE_ICMP_CLIENT = YES
37#NEW: ENABLE_ICMP_CLIENT = YES 37ENABLE_ICMP_SERVER = YES
38#NEW: ENABLE_ICMP_SERVER = YES
39 38
40# Are we allowed to try UPnP/PMP? 39# Are we allowed to try UPnP/PMP?
41ENABLE_UPNP = YES 40ENABLE_UPNP = YES