aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-06-28 08:24:35 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-06-28 08:24:35 +0000
commit101bffe8b77c629dafb9149197d5e9aec3304cac (patch)
treefe0dd8b8a973c32ea426216814bfa72f7bda5e46 /src/transport/transport.conf.in
parent53b31576d83c5f81210966751de34b6b381560bc (diff)
downloadgnunet-101bffe8b77c629dafb9149197d5e9aec3304cac.tar.gz
gnunet-101bffe8b77c629dafb9149197d5e9aec3304cac.zip
new cfg option to include port in external hostname
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 863c58e4a..881d0a2bf 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -82,6 +82,8 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
82# If you have a valid SSL certificate for your external hostname tell, 82# If you have a valid SSL certificate for your external hostname tell,
83# clients to verify it 83# clients to verify it
84# VERIFY_EXTERNAL_HOSTNAME = YES 84# VERIFY_EXTERNAL_HOSTNAME = YES
85# Does the external hostname use the same port?
86# EXTERNAL_HOSTNAME_USE_PORT = YES
85PORT = 4433 87PORT = 4433
86ADVERTISED_PORT = 4433 88ADVERTISED_PORT = 4433
87CRYPTO_INIT = NORMAL 89CRYPTO_INIT = NORMAL