From 1b7f6eea0a06abab9b75b30f021aa6313fccfcd4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Jan 2017 21:23:02 +0100 Subject: pass section name instead of specific option via IPC --- src/transport/transport.conf.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/transport/transport.conf.in') diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in index 95e3f9944..4e9f17f77 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -55,6 +55,9 @@ MAX_CONNECTIONS = 128 # Enable TCP stealth? TCP_STEALTH = NO +# Configuration for manually punched holes in NAT. +# HOLE_EXTERNAL = auto:2086 + [transport-udp] # Use PORT = 0 to autodetect a port available PORT = 2086 @@ -69,6 +72,9 @@ BROADCAST_INTERVAL = 30 s MAX_BPS = 1000000 TESTING_IGNORE_KEYS = ACCEPT_FROM; +# Configuration for manually punched holes in NAT. +# HOLE_EXTERNAL = auto:2086 + [transport-http_client] MAX_CONNECTIONS = 128 TESTING_IGNORE_KEYS = ACCEPT_FROM; @@ -99,6 +105,9 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM; # Enable TCP stealth? TCP_STEALTH = NO +# Configuration for manually punched holes in NAT. +# HOLE_EXTERNAL = auto:2086 + [transport-https_client] MAX_CONNECTIONS = 128 TESTING_IGNORE_KEYS = ACCEPT_FROM; @@ -140,6 +149,10 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM; # Enable TCP stealth? TCP_STEALTH = NO +# Configuration for manually punched holes in NAT. +# HOLE_EXTERNAL = auto:2086 + + [transport-wlan] # Name of the interface in monitor mode (typically monX) INTERFACE = mon0 -- cgit v1.2.3