blob: 73f36f3c2bab7de8d59944a5b828f493fbcdfcaa (
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
36
37
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test-transport/api-tcp-nat-p1/
DEFAULTCONFIG = test_transport_api_tcp_nat_peer1.conf
[nat]
BEHIND_NAT = YES
ENABLE_NAT_SERVER = YES
DISABLEV6 = YES
[transport-tcp]
PORT = 0
TIMEOUT = 5 s
[arm]
PORT = 1204
DEFAULTSERVICES = transport
UNIXPATH = /tmp/gnunet-p1-service-arm.sock
[statistics]
PORT = 12023
UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
[resolver]
PORT = 12022
UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
[peerinfo]
PORT = 12021
UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
[transport]
PORT = 29542
PLUGINS = tcp
UNIXPATH = /tmp/gnunet-p1-service-transport.sock
#DEBUG = YES
|