aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_tcp_nat_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_tcp_nat_peer1.conf')
-rw-r--r--src/transport/test_transport_api_tcp_nat_peer1.conf43
1 files changed, 13 insertions, 30 deletions
diff --git a/src/transport/test_transport_api_tcp_nat_peer1.conf b/src/transport/test_transport_api_tcp_nat_peer1.conf
index 2afe41210..e7724aa88 100644
--- a/src/transport/test_transport_api_tcp_nat_peer1.conf
+++ b/src/transport/test_transport_api_tcp_nat_peer1.conf
@@ -1,5 +1,5 @@
1[transport-tcp] 1[transport-tcp]
2PORT = 12368 2PORT = 12020
3USE_LOCALADDR = YES 3USE_LOCALADDR = YES
4 4
5[nat] 5[nat]
@@ -11,15 +11,6 @@ ENABLE_NAT_SERVER = YES
11INTERNAL_ADDRESS = 127.0.0.1 11INTERNAL_ADDRESS = 127.0.0.1
12EXTERNAL_ADDRESS = 127.0.0.1 12EXTERNAL_ADDRESS = 127.0.0.1
13 13
14[fs]
15AUTOSTART = NO
16
17[datastore]
18AUTOSTART = NO
19
20[core]
21AUTOSTART = NO
22
23[hostlist] 14[hostlist]
24HTTP-PROXY = 15HTTP-PROXY =
25SERVERS = http://gnunet.org:8080/ 16SERVERS = http://gnunet.org:8080/
@@ -64,7 +55,7 @@ BINARY = gnunet-service-peerinfo
64CONFIG = $DEFAULTCONFIG 55CONFIG = $DEFAULTCONFIG
65HOME = $SERVICEHOME 56HOME = $SERVICEHOME
66HOSTNAME = localhost 57HOSTNAME = localhost
67PORT = 12369 58PORT = 12021
68UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 59UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
69 60
70[resolver] 61[resolver]
@@ -74,7 +65,7 @@ BINARY = gnunet-service-resolver
74CONFIG = $DEFAULTCONFIG 65CONFIG = $DEFAULTCONFIG
75HOME = $SERVICEHOME 66HOME = $SERVICEHOME
76HOSTNAME = localhost 67HOSTNAME = localhost
77PORT = 1236 68PORT = 12022
78UNIXPATH = /tmp/gnunet-p1-service-resolver.sock 69UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
79 70
80[statistics] 71[statistics]
@@ -85,7 +76,7 @@ BINARY = gnunet-service-statistics
85CONFIG = $DEFAULTCONFIG 76CONFIG = $DEFAULTCONFIG
86HOME = $SERVICEHOME 77HOME = $SERVICEHOME
87HOSTNAME = localhost 78HOSTNAME = localhost
88PORT = 12367 79PORT = 12023
89UNIXPATH = /tmp/gnunet-p1-service-statistics.sock 80UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
90 81
91[arm] 82[arm]
@@ -96,22 +87,9 @@ BINARY = gnunet-service-arm
96CONFIG = $DEFAULTCONFIG 87CONFIG = $DEFAULTCONFIG
97HOME = $SERVICEHOME 88HOME = $SERVICEHOME
98HOSTNAME = localhost 89HOSTNAME = localhost
99PORT = 12366 90PORT = 1204
100UNIXPATH = /tmp/gnunet-p1-service-arm.sock 91UNIXPATH = /tmp/gnunet-p1-service-arm.sock
101 92
102[mesh]
103AUTOSTART = NO
104PORT = 10511
105HOSTNAME = localhost
106HOME = $SERVICEHOME
107CONFIG = $DEFAULTCONFIG
108BINARY = gnunet-service-mesh
109ACCEPT_FROM = 127.0.0.1;
110ACCEPT_FROM6 = ::1;
111UNIXPATH = /tmp/gnunet-service-mesh.sock
112UNIX_MATCH_UID = YES
113UNIX_MATCH_GID = YES
114
115[TESTING] 93[TESTING]
116WEAKRANDOM = YES 94WEAKRANDOM = YES
117 95
@@ -121,16 +99,21 @@ HOSTKEY = $SERVICEHOME/.hostkey
121 99
122[PATHS] 100[PATHS]
123DEFAULTCONFIG = test_transport_api_tcp_nat_peer1.conf 101DEFAULTCONFIG = test_transport_api_tcp_nat_peer1.conf
124SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ 102SERVICEHOME = /tmp/test-transport/api-tcp-nat-p1/
125 103
104[fs]
105AUTOSTART = NO
126 106
127[dht] 107[datastore]
128AUTOSTART = NO 108AUTOSTART = NO
129 109
130[mesh] 110[core]
131AUTOSTART = NO 111AUTOSTART = NO
132 112
133 113
114[dht]
115AUTOSTART = NO
116
134[dns] 117[dns]
135AUTOSTART = NO 118AUTOSTART = NO
136 119