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