removing remenants of abstract unix domain socket handling, this finishes addressing...
[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 GADS allowed to perform in the background at the same time?
16 MAX_PARALLEL_BACKGROUND_QUERIES = 25
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
27 # Where is the certificate for the GNS proxy stored?
28 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
29 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
30
31
32 [dns2gns]
33 BINARY = gnunet-dns2gns
34 AUTOSTART = NO
35
36 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
37 OPTIONS = -d 8.8.8.8