really reuse the dns-tunnel
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer1.conf
1 @INLINE@ test_transport_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-http-p1/
4 DEFAULTCONFIG = test_transport_api_http_peer1.conf
5
6 [transport-http]
7 PORT = 12080
8 DEBUG = NO
9 USE_IPv6 = YES
10 USE_IPv4 = YES
11
12 [arm]
13 PORT = 12085
14 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
15
16 [statistics]
17 PORT = 12084
18 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
19
20 [resolver]
21 PORT = 12083
22 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
23
24 [peerinfo]
25 PORT = 12082
26 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
27
28 [transport]
29 PORT = 12081
30 PLUGINS = http
31 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
32
33