aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in13
1 files changed, 13 insertions, 0 deletions
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
55# Enable TCP stealth? 55# Enable TCP stealth?
56TCP_STEALTH = NO 56TCP_STEALTH = NO
57 57
58# Configuration for manually punched holes in NAT.
59# HOLE_EXTERNAL = auto:2086
60
58[transport-udp] 61[transport-udp]
59# Use PORT = 0 to autodetect a port available 62# Use PORT = 0 to autodetect a port available
60PORT = 2086 63PORT = 2086
@@ -69,6 +72,9 @@ BROADCAST_INTERVAL = 30 s
69MAX_BPS = 1000000 72MAX_BPS = 1000000
70TESTING_IGNORE_KEYS = ACCEPT_FROM; 73TESTING_IGNORE_KEYS = ACCEPT_FROM;
71 74
75# Configuration for manually punched holes in NAT.
76# HOLE_EXTERNAL = auto:2086
77
72[transport-http_client] 78[transport-http_client]
73MAX_CONNECTIONS = 128 79MAX_CONNECTIONS = 128
74TESTING_IGNORE_KEYS = ACCEPT_FROM; 80TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -99,6 +105,9 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
99# Enable TCP stealth? 105# Enable TCP stealth?
100TCP_STEALTH = NO 106TCP_STEALTH = NO
101 107
108# Configuration for manually punched holes in NAT.
109# HOLE_EXTERNAL = auto:2086
110
102[transport-https_client] 111[transport-https_client]
103MAX_CONNECTIONS = 128 112MAX_CONNECTIONS = 128
104TESTING_IGNORE_KEYS = ACCEPT_FROM; 113TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -140,6 +149,10 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
140# Enable TCP stealth? 149# Enable TCP stealth?
141TCP_STEALTH = NO 150TCP_STEALTH = NO
142 151
152# Configuration for manually punched holes in NAT.
153# HOLE_EXTERNAL = auto:2086
154
155
143[transport-wlan] 156[transport-wlan]
144# Name of the interface in monitor mode (typically monX) 157# Name of the interface in monitor mode (typically monX)
145INTERFACE = mon0 158INTERFACE = mon0