aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_https_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_https_peer1.conf')
-rw-r--r--src/transport/test_transport_api_https_peer1.conf40
1 files changed, 7 insertions, 33 deletions
diff --git a/src/transport/test_transport_api_https_peer1.conf b/src/transport/test_transport_api_https_peer1.conf
index a2decb6fb..e441bfc2b 100644
--- a/src/transport/test_transport_api_https_peer1.conf
+++ b/src/transport/test_transport_api_https_peer1.conf
@@ -1,13 +1,5 @@
1[transport-http]
2PORT = 12389
3DEBUG = NO
4USE_IPv6 = YES
5USE_IPv4 = YES
6#BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1
8
9[transport-https] 1[transport-https]
10PORT = 42389 2PORT = 12100
11DEBUG = NO 3DEBUG = NO
12USE_IPv6 = YES 4USE_IPv6 = YES
13USE_IPv4 = YES 5USE_IPv4 = YES
@@ -50,7 +42,6 @@ MINIMUM-FRIENDS = 0
50 42
51[transport] 43[transport]
52PLUGINS = https 44PLUGINS = https
53#PLUGINS = tcp http
54DEBUG = NO 45DEBUG = NO
55ACCEPT_FROM6 = ::1; 46ACCEPT_FROM6 = ::1;
56ACCEPT_FROM = 127.0.0.1; 47ACCEPT_FROM = 127.0.0.1;
@@ -59,7 +50,7 @@ BINARY = gnunet-service-transport
59CONFIG = $DEFAULTCONFIG 50CONFIG = $DEFAULTCONFIG
60HOME = $SERVICEHOME 51HOME = $SERVICEHOME
61HOSTNAME = localhost 52HOSTNAME = localhost
62PORT = 12365 53PORT = 12101
63UNIXPATH = /tmp/gnunet-p1-service-transport.sock 54UNIXPATH = /tmp/gnunet-p1-service-transport.sock
64#PREFIX = xterm -T transport2 -e gdb --command=cmd --args 55#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
65#PREFIX = valgrind --leak-check=full 56#PREFIX = valgrind --leak-check=full
@@ -74,7 +65,7 @@ BINARY = gnunet-service-peerinfo
74CONFIG = $DEFAULTCONFIG 65CONFIG = $DEFAULTCONFIG
75HOME = $SERVICEHOME 66HOME = $SERVICEHOME
76HOSTNAME = localhost 67HOSTNAME = localhost
77PORT = 12369 68PORT = 12102
78UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 69UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
79 70
80[resolver] 71[resolver]
@@ -84,7 +75,7 @@ BINARY = gnunet-service-resolver
84CONFIG = $DEFAULTCONFIG 75CONFIG = $DEFAULTCONFIG
85HOME = $SERVICEHOME 76HOME = $SERVICEHOME
86HOSTNAME = localhost 77HOSTNAME = localhost
87PORT = 12364 78PORT = 12103
88UNIXPATH = /tmp/gnunet-p1-service-resolver.sock 79UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
89 80
90[statistics] 81[statistics]
@@ -94,7 +85,7 @@ BINARY = gnunet-service-statistics
94CONFIG = $DEFAULTCONFIG 85CONFIG = $DEFAULTCONFIG
95HOME = $SERVICEHOME 86HOME = $SERVICEHOME
96HOSTNAME = localhost 87HOSTNAME = localhost
97PORT = 12367 88PORT = 12104
98UNIXPATH = /tmp/gnunet-p1-service-statistics.sock 89UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
99 90
100[arm] 91[arm]
@@ -105,24 +96,7 @@ BINARY = gnunet-service-arm
105CONFIG = $DEFAULTCONFIG 96CONFIG = $DEFAULTCONFIG
106HOME = $SERVICEHOME 97HOME = $SERVICEHOME
107HOSTNAME = localhost 98HOSTNAME = localhost
108PORT = 12366[mesh] 99PORT = 12105
109AUTOSTART = YES
110PORT = 10512
111HOSTNAME = localhost
112HOME = $SERVICEHOME
113CONFIG = $DEFAULTCONFIG
114BINARY = gnunet-service-mesh
115ACCEPT_FROM = 127.0.0.1;
116ACCEPT_FROM6 = ::1;
117UNIXPATH = /tmp/gnunet-service-mesh2.sock
118UNIX_MATCH_UID = YES
119UNIX_MATCH_GID = YES
120UNIXPATH = /tmp/gnunet-p1-service-arm.sock
121
122[transport-tcp]
123PORT = 12399
124DEBUG = YES
125
126 100
127[TESTING] 101[TESTING]
128WEAKRANDOM = YES 102WEAKRANDOM = YES
@@ -131,7 +105,7 @@ WEAKRANDOM = YES
131HOSTKEY = $SERVICEHOME/.hostkey 105HOSTKEY = $SERVICEHOME/.hostkey
132 106
133[PATHS] 107[PATHS]
134SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ 108SERVICEHOME = /tmp/test-transport/api-https-p1/
135 109
136 110
137[dht] 111[dht]