moving from abstract unix domain socket paths to normal unix domain socket paths...
[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 = $SERVICEHOME/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 # When do queries fail with timeout?
22 DEFAULT_LOOKUP_TIMEOUT = 10 s
23
24 # How frequently do we try to publish our full zone?
25 ZONE_PUBLISH_TIME_WINDOW = 4 h
26
27 # PREFIX = valgrind --leak-check=full --track-origins=yes
28
29 [gns-proxy]
30 BINARY = gnunet-gns-proxy
31 AUTOSTART = NO
32
33 # Where is the certificate for the GNS proxy stored?
34 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
35 PROXY_UNIXPATH = $SERVICEHOME/gnunet-gns-proxy.sock
36
37
38 [fcfsd]
39 # Name of the fcfs binary (for ARM)
40 BINARY = gnunet-gns-fcfsd
41 AUTOSTART = NO
42
43 # On what port does the FCFS daemon listen for HTTP clients?
44 HTTPPORT = 18080
45
46 # Where is the zone key for the FCFS zone stored?
47 ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
48
49 # For ARM, not very useful.  FIXME: Dead option?
50 HOSTNAME = localhost
51
52 # FIXME: Dead option?
53 HOME = $SERVICEHOME
54
55
56 [dns2gns]
57 BINARY = gnunet-dns2gns
58 AUTOSTART = NO
59
60 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
61 OPTIONS = -d 8.8.8.8