Merge branch 'master' of ssh://gnunet.org/gnunet
[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 # Using caching or always ask DHT
20 # USE_CACHE = YES
21
22 # PREFIX = valgrind --leak-check=full --track-origins=yes
23
24
25 [gns-proxy]
26 BINARY = gnunet-gns-proxy
27 AUTOSTART = NO
28 USER_SERVICE = YES
29
30 # Where is the certificate for the GNS proxy stored?
31 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
32 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
33
34
35 [dns2gns]
36 BINARY = gnunet-dns2gns
37 AUTOSTART = NO
38 USER_SERVICE = YES
39
40 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
41 OPTIONS = -d 8.8.8.8