aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/transport.conf.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 811eada42..e49235d8d 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -53,12 +53,20 @@ BROADCAST_INTERVAL = 30 s
53MAX_BPS = 1000000 53MAX_BPS = 1000000
54TESTING_IGNORE_KEYS = ACCEPT_FROM; 54TESTING_IGNORE_KEYS = ACCEPT_FROM;
55 55
56[transport-http] 56[transport-http_client]
57MAX_CONNECTIONS = 128
58TESTING_IGNORE_KEYS = ACCEPT_FROM;
59
60[transport-http_server]
57PORT = 1080 61PORT = 1080
58MAX_CONNECTIONS = 128 62MAX_CONNECTIONS = 128
59TESTING_IGNORE_KEYS = ACCEPT_FROM; 63TESTING_IGNORE_KEYS = ACCEPT_FROM;
60 64
61[transport-https] 65[transport-https_client]
66MAX_CONNECTIONS = 128
67TESTING_IGNORE_KEYS = ACCEPT_FROM;
68
69[transport-https_server]
62PORT = 4433 70PORT = 4433
63CRYPTO_INIT = NORMAL 71CRYPTO_INIT = NORMAL
64KEY_FILE = https.key 72KEY_FILE = https.key