- cleanup dead code
[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 # Do we require users that want to access GNS to run this process 
12 # (usually not a good idea)
13 UNIX_MATCH_UID = NO
14
15 # Do we require users that want to access GNS to be in the 'gnunet' group?
16 UNIX_MATCH_GID = YES
17
18 # How many queries is GADS allowed to perform in the background at the same time?
19 MAX_PARALLEL_BACKGROUND_QUERIES = 25
20
21 # How frequently do we try to publish our full zone?
22 ZONE_PUBLISH_TIME_WINDOW = 4 h
23
24 # PREFIX = valgrind --leak-check=full --track-origins=yes
25
26 [gns-proxy]
27 BINARY = gnunet-gns-proxy
28 AUTOSTART = NO
29
30 # Where is the certificate for the GNS proxy stored?
31 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
32 PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
33
34
35 [dns2gns]
36 BINARY = gnunet-dns2gns
37 AUTOSTART = NO
38
39 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
40 OPTIONS = -d 8.8.8.8