blob: fcb888c7aa7652304e92d2c8f1f4e9a75806ccc6 (
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
90
|
[PATHS]
SERVICEHOME = /tmp/gnunet-test-fs-lib/
DEFAULTCONFIG = fs_test_lib_data.conf
[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey
[resolver]
PORT = 43464
HOSTNAME = localhost
[transport]
PORT = 43465
PLUGINS = tcp
[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
USE_LOCALADDR = NO
[arm]
PORT = 43466
HOSTNAME = localhost
DEFAULTSERVICES = fs
[datastore]
QUOTA = 100 MB
[statistics]
PORT = 43467
HOSTNAME = localhost
[transport-tcp]
BINDTO = 127.0.0.1
PORT = 43468
[peerinfo]
PORT = 43469
HOSTNAME = localhost
[ats]
WAN_QUOTA_IN = 65536
WAN_QUOTA_OUT = 65536
[core]
PORT = 43470
HOSTNAME = localhost
[fs]
PORT = 43471
HOSTNAME = localhost
CONTENT_CACHING = YES
CONTENT_PUSHING = YES
DELAY = YES
[testing]
WEAKRANDOM = YES
HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
[dhtcache]
QUOTA=65536
DATABASE=sqlite
[mesh]
AUTOSTART = NO
[dns]
AUTOSTART = NO
[nse]
AUTOSTART = NO
[dv]
AUTOSTART = NO
[chat]
AUTOSTART = NO
[gns]
AUTOSTART = NO
[vpn]
AUTOSTART = NO
[namestore]
AUTOSTART = NO
|