complete state reset functionality
[oweals/gnunet.git] / src / transport / test_transport_api_https_nat_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p1/
4 DEFAULTCONFIG = test_transport_api_https_nat_peer1.conf
5
6 [nat]
7 BEHIND_NAT = YES
8 ENABLE_NAT_SERVER = YES
9 DISABLEV6 = YES
10
11 [transport-https]
12 PORT = 0
13 KEY_FILE = $SERVICEHOME/https_key_p1.key
14 CERT_FILE = $SERVICEHOME/https_cert_p1.crt
15 USE_IPv6 = YES
16 USE_IPv4 = YES
17
18 [arm]
19 PORT = 12105
20
21 [statistics]
22 PORT = 12104
23 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
24
25 [resolver]
26 PORT = 12103
27 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
28
29 [peerinfo]
30 PORT = 12102
31 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
32
33 [transport]
34 PORT = 12101
35 PLUGINS = https
36 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
37 DEBUG = NO
38
39