-def
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = YES
3 HOSTNAME = localhost
4 HOME = $SERVICEHOME
5 BINARY = gnunet-service-gns
6 UNIXPATH = /tmp/gnunet-service-gns.sock
7 @UNIXONLY@PORT = 2102
8
9 # Where to store the key for the Master zone
10 ZONEKEY = $SERVICEHOME/gns/zonekey.zkey
11
12 # Where to store the key for the Private zone
13 PRIVATE_ZONEKEY = $SERVICEHOME/gns/zonekey_priv.zkey
14
15 # Where to store the key for the Shorten zone
16 SHORTEN_ZONEKEY = $SERVICEHOME/gns/zonekey_short.zkey
17
18 # Should we hijack DNS queries using the Linux firewall? 
19 # (this only works on GNU/Linux systems)
20 HIJACK_DNS = NO
21
22 # Automatically import PKEYs we learn into the shorten zone?
23 AUTO_IMPORT_PKEY = YES
24
25 # When we automatically import PKEYs into shorten zone, require confirmation
26 # before they become active? (Not useful right now as the GUI to confirm
27 # doesn't exist)
28 AUTO_IMPORT_CONFIRMATION_REQ = NO
29
30 # How many queries is GADS allowed to perform in the background at the same time?
31 MAX_PARALLEL_BACKGROUND_QUERIES = 25
32
33 # When do queries fail with timeout?
34 DEFAULT_LOOKUP_TIMEOUT = 10 s
35
36 # How frequently do we try to publish our full zone?
37 ZONE_PUBLISH_TIME_WINDOW = 4 h
38
39 # PREFIX = valgrind --leak-check=full --track-origins=yes
40
41 [gns-proxy]
42 BINARY = gnunet-gns-proxy
43 AUTOSTART = NO
44
45 # Where is the certificate for the GNS proxy stored?
46 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
47 PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
48
49
50 [fcfsd]
51 # Name of the fcfs binary (for ARM)
52 BINARY = gnunet-gns-fcfsd
53 AUTOSTART = NO
54
55 # On what port does the FCFS daemon listen for HTTP clients?
56 HTTPPORT = 18080
57
58 # Where is the zone key for the FCFS zone stored?
59 ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
60
61 # For ARM, not very useful.  FIXME: Dead option?
62 HOSTNAME = localhost
63
64 # FIXME: Dead option?
65 HOME = $SERVICEHOME
66
67
68 [dns2gns]
69 BINARY = gnunet-dns2gns
70 AUTOSTART = NO
71
72 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
73 OPTIONS = -d 8.8.8.8