enable cache use by default
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = @AUTOSTART@
3 FORCESTART = YES
4 HOSTNAME = localhost
5 BINARY = gnunet-service-gns
6 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
7 @JAVAPORT@PORT = 2102
8
9 # Do we require users that want to access GNS to run this process
10 # (usually not a good idea)
11 UNIX_MATCH_UID = NO
12
13 # Do we require users that want to access GNS to be in the 'gnunet' group?
14 UNIX_MATCH_GID = YES
15
16 # How many queries is GNS allowed to perform in the background at the same time?
17 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18
19 # Should we use the DNS interception mechanism?  If set to YES
20 # we will ask gnunet-service-dns to pass DNS queries to us. Otherwise,
21 # we only answer GNS queries via the API (which itself may be
22 # called via NSS or other mechanisms).
23 INTERCEPT_DNS = YES
24
25 # Using caching (start with namestore), or always ask DHT?
26 USE_CACHE = YES
27
28 # PREFIX = valgrind --leak-check=full --track-origins=yes
29
30 # Zones
31 .pin = DWJASSPE33MRN8T6Q0PENRNBTQY0E6ZYGTRCDP5DGPBF2CRJMJEG
32
33
34 [gns-proxy]
35 BINARY = gnunet-gns-proxy
36 AUTOSTART = NO
37 USER_SERVICE = YES
38
39 # Where is the certificate for the GNS proxy stored?
40 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
41 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
42
43
44 [dns2gns]
45 BINARY = gnunet-dns2gns
46 AUTOSTART = NO
47 USER_SERVICE = YES
48
49 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
50 OPTIONS = -d 8.8.8.8