-comments, doxygen, indentation, style fixes, working on test_gns_vpn
[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 USER_SERVICE = YES
9
10 # Do we require users that want to access GNS to run this process
11 # (usually not a good idea)
12 UNIX_MATCH_UID = NO
13
14 # Do we require users that want to access GNS to be in the 'gnunet' group?
15 UNIX_MATCH_GID = YES
16
17 # How many queries is GNS allowed to perform in the background at the same time?
18 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
19
20 # How frequently do we try to publish our full zone?
21 ZONE_PUBLISH_TIME_WINDOW = 4 h
22
23 # Using caching or always ask DHT
24 # USE_CACHE = YES
25
26 # PREFIX = valgrind --leak-check=full --track-origins=yes
27
28 # Setting this option enables hijacking DNS queries using iptables.
29 # DNS_ROOT = KEY
30
31 [gns-proxy]
32 BINARY = gnunet-gns-proxy
33 AUTOSTART = NO
34 USER_SERVICE = YES
35
36 # Where is the certificate for the GNS proxy stored?
37 PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
38 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
39
40
41 [dns2gns]
42 BINARY = gnunet-dns2gns
43 AUTOSTART = NO
44 USER_SERVICE = YES
45
46 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
47 OPTIONS = -d 8.8.8.8