aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_dht_default.conf
blob: cca3b43382f6bd8ba0f2bd6064648f0378fd406b (plain) (blame)
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
@INLINE@ test_gns_defaults.conf
[PATHS]
SERVICEHOME = /tmp/test-gnunet-gns-dht/

[transport-tcp]
PORT = 22568

[dht]
UNIXPATH = /tmp/gnunet-service-dht.sock
DEBUG = NO
AUTOSTART = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
PORT = 2102
BINARY = gnunet-service-dht

[block]
plugins = dht test gns

[dhtcache]
QUOTA = 1 MB
DATABASE = sqlite

[arm]
PORT = 22566
DEFAULTSERVICES = core dht namestore gns
UNIXPATH = /tmp/gnunet-default-service-arm.sock

[statistics]
PORT = 22567
UNIXPATH = /tmp/gnunet-default-service-statistics.sock

[resolver]
PORT = 22564
UNIXPATH = /tmp/gnunet-default-service-resolver.sock

[peerinfo]
PORT = 22569
UNIXPATH = /tmp/gnunet-default-service-peerinfo.sock

[transport]
PORT = 22565
UNIXPATH = /tmp/gnunet-default-service-transport.sock

[core]
PORT = 22570
UNIXPATH = /tmp/gnunet-default-service-core.sock

[ats]
PORT = 22571
UNIXPATH = /tmp/gnunet-default-service-ats.sock

[dns]
UNIXPATH = /tmp/gnunet-default-service-dns.sock
PORT = 22369
AUTOSTART = YES
DNS_EXIT = 8.8.8.8

[gns]
PORT = 22370
#PREFIX = valgrind -v --leak-check=full --track-origins=yes
AUTOSTART = YES
BINARY = gnunet-service-gns
ZONEKEY =  $SERVICEHOME/.hostkey
HIJACK_DNS = NO
UNIXPATH = /tmp/gnunet-service-gns-default.sock
HOME = $SERVICEHOME
AUTO_IMPORT_PKEY = NO
MAX_PARALLEL_BACKGROUND_QUERIES = 10
DEFAULT_LOOKUP_TIMEOUT = 10
RECORD_PUT_INTERVAL = 2 s

[namestore]
PORT = 22371
AUTOSTART = YES
UNIXPATH = /tmp/gnunet-service-namestore-default.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
HOSTNAME = localhost
HOME = $SERVICEHOME
BINARY = gnunet-service-namestore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
DATABASE = sqlite
ZONEFILE_DIRECTORY = $SERVICEHOME

[namestore-sqlite]
FILENAME = $SERVICEHOME/sqlite-default.db