- log
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = @AUTOSTART@
3 HOSTNAME = localhost
4 BINARY = gnunet-service-gns
5 UNIXPATH = $GNUNET_USER_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 GNS allowed to perform in the background at the same time?
16 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
17
18 # How frequently do we try to publish our full zone?
19 ZONE_PUBLISH_TIME_WINDOW = 4 h
20
21 # Using caching or always ask DHT
22 # USE_CACHE = YES
23
24 # PREFIX = valgrind --leak-check=full --track-origins=yes
25
26 [gns-proxy]
27 BINARY = gnunet-gns-proxy
28 AUTOSTART = NO
29 USER_SERVICE = YES
30
31 # Where is the certificate for the GNS proxy stored?
32 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
33 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
34
35
36 [dns2gns]
37 BINARY = gnunet-dns2gns
38 AUTOSTART = NO
39 USER_SERVICE = YES
40
41 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
42 OPTIONS = -d 8.8.8.8