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.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 2c99af000..1f56a2fa7 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -68,6 +68,38 @@ MAX_CONNECTIONS = 128
68TCP_STEALTH = NO 68TCP_STEALTH = NO
69 69
70 70
71
72[transport-xt]
73# Use 0 to ONLY advertise as a peer behind NAT (no port binding)
74PORT = 2087
75
76# Obsolete option, to be replaced by HOLE_EXTERNAL (soon)
77ADVERTISED_PORT = 2087
78
79# If we have a manually punched NAT, what is the external IP and port?
80# Can use DNS names for DynDNS-based detection of external IP.
81# Can use IPv6 addresses ([fefc::]:PORT).
82# Use "AUTO" for the hostname to automatically detect external IP.
83# Do not set if NAT is not manually punched.
84# HOLE_EXTERNAL = AUTO:2087
85
86TESTING_IGNORE_KEYS = ACCEPT_FROM;
87
88# Maximum number of open TCP connections allowed
89MAX_CONNECTIONS = 128
90
91TIMEOUT = 5 s
92# ACCEPT_FROM =
93# ACCEPT_FROM6 =
94# REJECT_FROM =
95# REJECT_FROM6 =
96# BINDTO =
97MAX_CONNECTIONS = 128
98
99# Enable TCP stealth?
100TCP_STEALTH = NO
101
102
71[transport-udp] 103[transport-udp]
72# Use PORT = 0 to autodetect a port available 104# Use PORT = 0 to autodetect a port available
73PORT = 2086 105PORT = 2086
@@ -90,6 +122,11 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
90# HOLE_EXTERNAL = AUTO:2086 122# HOLE_EXTERNAL = AUTO:2086
91 123
92 124
125[transport-xu]
126# Use PORT = 0 to autodetect a port available
127PORT = 2087
128
129
93[transport-http_client] 130[transport-http_client]
94MAX_CONNECTIONS = 128 131MAX_CONNECTIONS = 128
95TESTING_IGNORE_KEYS = ACCEPT_FROM; 132TESTING_IGNORE_KEYS = ACCEPT_FROM;