aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-04 21:21:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-04 21:21:45 +0000
commitf4d040c0f0dd2fef3d73b1f4532c76219f760f75 (patch)
tree855ab788fcde30babeaba4a6c5f50aca5eea7ad6 /src/transport/transport.conf.in
parent0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf (diff)
downloadgnunet-f4d040c0f0dd2fef3d73b1f4532c76219f760f75.tar.gz
gnunet-f4d040c0f0dd2fef3d73b1f4532c76219f760f75.zip
-add adv port
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 46cb9bf17..e8786be12 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -59,6 +59,7 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
59[transport-http_server] 59[transport-http_server]
60#EXTERNAL_HOSTNAME = <your hostname/path> 60#EXTERNAL_HOSTNAME = <your hostname/path>
61PORT = 1080 61PORT = 1080
62ADVERTISED_PORT = 1080
62MAX_CONNECTIONS = 128 63MAX_CONNECTIONS = 128
63TESTING_IGNORE_KEYS = ACCEPT_FROM; 64TESTING_IGNORE_KEYS = ACCEPT_FROM;
64 65
@@ -68,6 +69,7 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
68 69
69[transport-https_server] 70[transport-https_server]
70PORT = 4433 71PORT = 4433
72ADVERTISED_PORT = 4433
71CRYPTO_INIT = NORMAL 73CRYPTO_INIT = NORMAL
72KEY_FILE = $SERVICEHOME/https.key 74KEY_FILE = $SERVICEHOME/https.key
73CERT_FILE = $SERVICEHOME/https.cert 75CERT_FILE = $SERVICEHOME/https.cert