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