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