one shorten call to analyze
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = YES
3 HOSTNAME = localhost
4 BINARY = gnunet-service-gns
5 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
6 @UNIXONLY@PORT = 2102
7
8 # Do we require users that want to access GNS to run this process
9 # (usually not a good idea)
10 UNIX_MATCH_UID = NO
11
12 # Do we require users that want to access GNS to be in the 'gnunet' group?
13 UNIX_MATCH_GID = YES
14
15 # How many queries is GNS allowed to perform in the background at the same time?
16 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
17
18 # How frequently do we try to publish our full zone?
19 ZONE_PUBLISH_TIME_WINDOW = 4 h
20
21 # PREFIX = valgrind --leak-check=full --track-origins=yes
22
23 [gns-proxy]
24 BINARY = gnunet-gns-proxy
25 AUTOSTART = NO
26 USER_SERVICE = YES
27
28 # Where is the certificate for the GNS proxy stored?
29 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
30 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
31
32
33 [dns2gns]
34 BINARY = gnunet-dns2gns
35 AUTOSTART = NO
36 USER_SERVICE = YES
37
38 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
39 OPTIONS = -d 8.8.8.8