aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_no_nat_client_unix_2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/confs/c_no_nat_client_unix_2.conf')
-rw-r--r--src/integration-tests/confs/c_no_nat_client_unix_2.conf32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/integration-tests/confs/c_no_nat_client_unix_2.conf b/src/integration-tests/confs/c_no_nat_client_unix_2.conf
index f4d91d336..67f0e0d76 100644
--- a/src/integration-tests/confs/c_no_nat_client_unix_2.conf
+++ b/src/integration-tests/confs/c_no_nat_client_unix_2.conf
@@ -2,37 +2,37 @@
2 2
3[arm] 3[arm]
4DEFAULTSERVICES = topology hostlist fs core 4DEFAULTSERVICES = topology hostlist fs core
5UNIXPATH = /tmp/test-service-arm-32 5UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-32
6PORT = 20040 6PORT = 20040
7 7
8[dns] 8[dns]
9UNIXPATH = /tmp/test-service-dns-33 9UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-33
10 10
11[lockmanager] 11[lockmanager]
12AUTOSTART = YES 12AUTOSTART = YES
13 13
14[core] 14[core]
15UNIXPATH = /tmp/test-service-core-31 15UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-31
16PORT = 20039 16PORT = 20039
17 17
18[ats] 18[ats]
19UNIXPATH = /tmp/test-service-ats-37 19UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-ats-37
20PORT = 20048 20PORT = 20048
21 21
22[mesh] 22[mesh]
23UNIXPATH = /tmp/test-service-mesh-41 23UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-mesh-41
24PORT = 20052 24PORT = 20052
25 25
26[datastore] 26[datastore]
27UNIXPATH = /tmp/test-service-datastore-39 27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-datastore-39
28PORT = 20050 28PORT = 20050
29 29
30[resolver] 30[resolver]
31UNIXPATH = /tmp/test-service-resolver-42 31UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-resolver-42
32PORT = 20053 32PORT = 20053
33 33
34[dht] 34[dht]
35UNIXPATH = /tmp/test-service-dht-29 35UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dht-29
36PORT = 20036 36PORT = 20036
37 37
38[nat] 38[nat]
@@ -42,12 +42,12 @@ BEHIND_NAT = NO
42PORT = 20038 42PORT = 20038
43 43
44[fs] 44[fs]
45UNIXPATH = /tmp/test-service-fs-34 45UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-34
46PORT = 20041 46PORT = 20041
47 47
48[transport] 48[transport]
49PLUGINS = unix tcp udp http 49PLUGINS = unix tcp udp http
50UNIXPATH = /tmp/test-service-transport-36 50UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-36
51PORT = 20047 51PORT = 20047
52 52
53[transport-tcp] 53[transport-tcp]
@@ -61,18 +61,18 @@ PORT = 20045
61SERVERS = http://localhost:8080/ 61SERVERS = http://localhost:8080/
62 62
63[vpn] 63[vpn]
64UNIXPATH = /tmp/gnunet-service-vpn.sock 64UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn.sock
65 65
66[dv] 66[dv]
67UNIXPATH = /tmp/test-service-dv-b_no_nat_unix_c-2 67UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dv-b_no_nat_unix_c-2
68 68
69[peerinfo] 69[peerinfo]
70UNIXPATH = /tmp/test-service-peerinfo-38 70UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-38
71USE_INCLUDED_HELLOS = YES 71USE_INCLUDED_HELLOS = YES
72PORT = 20049 72PORT = 20049
73 73
74[statistics] 74[statistics]
75UNIXPATH = /tmp/test-service-statistics-30 75UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-statistics-30
76PORT = 20037 76PORT = 20037
77 77
78[PATHS] 78[PATHS]
@@ -81,10 +81,10 @@ DEFAULTCONFIG = c_no_nat_client_unix_2.conf
81 81
82[template] 82[template]
83PORT = 20042 83PORT = 20042
84UNIXPATH = /tmp/test-service-template-35 84UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-template-35
85 85
86[nse] 86[nse]
87UNIXPATH = /tmp/test-service-nse-40 87UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-40
88PORT = 20051 88PORT = 20051
89 89
90[transport-http] 90[transport-http]