-only complain about upnpc if it is actually enabled by config
[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 @JAVAPORT@PORT = 2102
7 USER_SERVICE = YES
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 # How frequently do we try to publish our full zone?
20 ZONE_PUBLISH_TIME_WINDOW = 4 h
21
22 # Using caching or always ask DHT
23 # USE_CACHE = YES
24
25 # PREFIX = valgrind --leak-check=full --track-origins=yes
26
27 [gns-proxy]
28 BINARY = gnunet-gns-proxy
29 AUTOSTART = NO
30 USER_SERVICE = YES
31
32 # Where is the certificate for the GNS proxy stored?
33 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
34 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
35
36
37 [dns2gns]
38 BINARY = gnunet-dns2gns
39 AUTOSTART = NO
40 USER_SERVICE = YES
41
42 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
43 OPTIONS = -d 8.8.8.8