aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_multi_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_multi_peer2.conf')
-rw-r--r--src/transport/test_transport_api_multi_peer2.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_multi_peer2.conf b/src/transport/test_transport_api_multi_peer2.conf
index d9ace0a8f..9f6ffb239 100644
--- a/src/transport/test_transport_api_multi_peer2.conf
+++ b/src/transport/test_transport_api_multi_peer2.conf
@@ -1,6 +1,6 @@
1[transport-tcp] 1[transport-tcp]
2DISABLEV6 = YES 2DISABLEV6 = YES
3PORT = 0 3PORT = 40001
4BINDTO = 127.0.0.1 4BINDTO = 127.0.0.1
5BEHIND_NAT = NO 5BEHIND_NAT = NO
6ALLOW_NAT = NO 6ALLOW_NAT = NO
@@ -9,10 +9,10 @@ EXTERNAL_ADDRESS = 127.0.0.1
9INTERNAL_ADDRESS = 127.0.0.1 9INTERNAL_ADDRESS = 127.0.0.1
10 10
11[transport-udp] 11[transport-udp]
12PORT = 40001 12PORT = 40002
13 13
14[transport-http] 14[transport-http]
15PORT = 40002 15PORT = 40003
16DEBUG = NO 16DEBUG = NO
17USE_IPv6 = YES 17USE_IPv6 = YES
18USE_IPv4 = YES 18USE_IPv4 = YES
@@ -20,7 +20,7 @@ USE_IPv4 = YES
20#BINDTO6 = ::1 20#BINDTO6 = ::1
21 21
22[transport-https] 22[transport-https]
23PORT = 40003 23PORT = 40004
24DEBUG = NO 24DEBUG = NO
25USE_IPv6 = YES 25USE_IPv6 = YES
26USE_IPv4 = YES 26USE_IPv4 = YES