aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/transport.conf.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 7b5413bbe..37cb4efc7 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -65,8 +65,6 @@ MAX_CONNECTIONS = 128
65# Enable TCP stealth? 65# Enable TCP stealth?
66TCP_STEALTH = NO 66TCP_STEALTH = NO
67 67
68# Configuration for manually punched holes in NAT.
69# HOLE_EXTERNAL = auto:2086
70 68
71[transport-udp] 69[transport-udp]
72# Use PORT = 0 to autodetect a port available 70# Use PORT = 0 to autodetect a port available
@@ -110,6 +108,7 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
110# Experimental, default: NO 108# Experimental, default: NO
111# PROXY_HTTP_TUNNELING = NO 109# PROXY_HTTP_TUNNELING = NO
112 110
111
113[transport-http_server] 112[transport-http_server]
114#EXTERNAL_HOSTNAME = <your hostname/path> 113#EXTERNAL_HOSTNAME = <your hostname/path>
115PORT = 1080 114PORT = 1080
@@ -122,8 +121,7 @@ ADVERTISED_PORT = 1080
122# Can use IPv6 addresses ([fefc::]:PORT). 121# Can use IPv6 addresses ([fefc::]:PORT).
123# Use "AUTO" for the hostname to automatically detect external IP. 122# Use "AUTO" for the hostname to automatically detect external IP.
124# Do not set if NAT is not manually punched. 123# Do not set if NAT is not manually punched.
125# HOLE_EXTERNAL = AUTO:2086 124# HOLE_EXTERNAL = AUTO:1080
126
127 125
128MAX_CONNECTIONS = 128 126MAX_CONNECTIONS = 128
129TESTING_IGNORE_KEYS = ACCEPT_FROM; 127TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -131,8 +129,6 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
131# Enable TCP stealth? 129# Enable TCP stealth?
132TCP_STEALTH = NO 130TCP_STEALTH = NO
133 131
134# Configuration for manually punched holes in NAT.
135# HOLE_EXTERNAL = auto:2086
136 132
137[transport-https_client] 133[transport-https_client]
138MAX_CONNECTIONS = 128 134MAX_CONNECTIONS = 128
@@ -155,7 +151,6 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
155# PROXY_HTTP_TUNNELING = NO 151# PROXY_HTTP_TUNNELING = NO
156 152
157 153
158
159[transport-https_server] 154[transport-https_server]
160# EXTERNAL_HOSTNAME = <your hostname/path> 155# EXTERNAL_HOSTNAME = <your hostname/path>
161# EXTERNAL_HOSTNAME_ONLY = YES 156# EXTERNAL_HOSTNAME_ONLY = YES
@@ -174,7 +169,7 @@ ADVERTISED_PORT = 4433
174# Can use IPv6 addresses ([fefc::]:PORT). 169# Can use IPv6 addresses ([fefc::]:PORT).
175# Use "AUTO" for the hostname to automatically detect external IP. 170# Use "AUTO" for the hostname to automatically detect external IP.
176# Do not set if NAT is not manually punched. 171# Do not set if NAT is not manually punched.
177# HOLE_EXTERNAL = AUTO:2086 172# HOLE_EXTERNAL = AUTO:4433
178 173
179CRYPTO_INIT = NORMAL 174CRYPTO_INIT = NORMAL
180KEY_FILE = $GNUNET_DATA_HOME/transport/https.key 175KEY_FILE = $GNUNET_DATA_HOME/transport/https.key
@@ -185,9 +180,6 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
185# Enable TCP stealth? 180# Enable TCP stealth?
186TCP_STEALTH = NO 181TCP_STEALTH = NO
187 182
188# Configuration for manually punched holes in NAT.
189# HOLE_EXTERNAL = auto:2086
190
191 183
192[transport-wlan] 184[transport-wlan]
193# Name of the interface in monitor mode (typically monX) 185# Name of the interface in monitor mode (typically monX)
@@ -196,6 +188,7 @@ INTERFACE = mon0
196TESTMODE = 0 188TESTMODE = 0
197TESTING_IGNORE_KEYS = ACCEPT_FROM; 189TESTING_IGNORE_KEYS = ACCEPT_FROM;
198 190
191
199[transport-bluetooth] 192[transport-bluetooth]
200# Name of the interface (typically hciX) 193# Name of the interface (typically hciX)
201INTERFACE = hci0 194INTERFACE = hci0