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.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