hunting bugs
[oweals/gnunet.git] / src / transport / test_transport_api_udp_nat_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-udp-nat-p2/
4 DEFAULTCONFIG = test_transport_api_udp_nat_peer2.conf
5
6 [nat]
7 ALLOW_NAT = YES
8
9 [transport-udp]
10 PORT = 12070
11
12 [arm]
13 PORT = 12075
14 DEFAULTSERVICES = transport
15 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
16
17 [statistics]
18 PORT = 12074
19 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
20
21 [resolver]
22 PORT = 12073
23 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
24
25 [peerinfo]
26 PORT = 12072
27 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
28
29 [transport]
30 PORT = 12071
31 PLUGINS = udp
32 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
33 DEBUG = NO
34
35