blob: 58e509cbb05fba368f2feaa010847de8a9c0e7db (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
[PATHS]
SERVICEHOME = /tmp/test-dht-api/
[fs]
AUTOSTART = NO
[resolver]
AUTOSTART = NO
[datastore-sqlite]
FILENAME = $SERVICEHOME/datastore/sqlite.db
[datastore]
AUTOSTART = NO
[topology]
TARGET-CONNECTION-COUNT = 16
AUTOCONNECT = YES
FRIENDS-ONLY = NO
MINIMUM-FRIENDS = 0
[ats]
WAN_QUOTA_IN = 1 GB
WAN_QUOTA_OUT = 1 GB
[core]
PORT = 2092
[dht]
PORT = 12370
[block]
plugins = dht test
[transport]
plugins = tcp
NEIGHBOUR_LIMIT = 50
PORT = 2091
[peerinfo]
PORT = 2090
[resolver]
PORT = 2089
[statistics]
PORT = 2088
[arm]
DEFAULTSERVICES =
PORT = 2087
[transport-tcp]
TIMEOUT = 300 s
PORT = 2094
[TESTING]
WEAKRANDOM = NO
[testing_old]
HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey
[nat]
DISABLEV6 = YES
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
[dns]
AUTOSTART = NO
[namestore]
AUTOSTART = NO
[nse]
AUTOSTART = NO
[vpn]
AUTOSTART=NO
|