aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_transport_api_multiaddress_tcp_peer1.conf14
-rw-r--r--src/transport/test_transport_api_multiaddress_tcp_peer2.conf14
2 files changed, 28 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer1.conf b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf
new file mode 100644
index 000000000..73afb0a62
--- /dev/null
+++ b/src/transport/test_transport_api_multiaddress_tcp_peer1.conf
@@ -0,0 +1,14 @@
1[transport-tcp]
2PORT = 12000
3BINDTO = 127.0.0.1
4
5[nat]
6DISABLEV6 = YES
7BEHIND_NAT = NO
8#ALLOW_NAT = NO
9ENABLE_UPNP = NO
10#INTERNAL_ADDRESS = 127.0.0.1
11#EXTERNAL_ADDRESS = 127.0.0.1
12USE_LOCALADDR = YES
13
14@INLINE@ template_cfg_peer1.conf \ No newline at end of file
diff --git a/src/transport/test_transport_api_multiaddress_tcp_peer2.conf b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf
new file mode 100644
index 000000000..7226b78ad
--- /dev/null
+++ b/src/transport/test_transport_api_multiaddress_tcp_peer2.conf
@@ -0,0 +1,14 @@
1[transport-tcp]
2PORT = 12200
3BINDTO = 127.0.0.1
4
5[nat]
6DISABLEV6 = YES
7BEHIND_NAT = NO
8ALLOW_NAT = NO
9ENABLE_UPNP = NO
10#EXTERNAL_ADDRESS = 127.0.0.1
11#INTERNAL_ADDRESS = 127.0.0.1
12USE_LOCALADDR = YES
13
14@INLINE@ template_cfg_peer2.conf \ No newline at end of file