some fixes to the pt/vpn testcase.
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = YES
3 HOSTNAME = localhost
4 HOME = $SERVICEHOME
5 BINARY = gnunet-service-gns
6 UNIXPATH = /tmp/gnunet-service-gns.sock
7 @UNIXONLY@PORT = 2102
8
9 # Where to store the key for the Master zone
10 ZONEKEY = $SERVICEHOME/gns/zonekey.zkey
11
12 # Where to store the key for the Private zone
13 PRIVATE_ZONEKEY = $SERVICEHOME/gns/zonekey_priv.zkey
14
15 # Where to store the key for the Shorten zone
16 SHORTEN_ZONEKEY = $SERVICEHOME/gns/zonekey_short.zkey
17
18 # Should we hijack DNS queries using the Linux firewall? 
19 # (this only works on GNU/Linux systems)
20 HIJACK_DNS = NO
21
22 # Automatically import PKEYs we learn into the shorten zone?
23 AUTO_IMPORT_PKEY = YES
24
25 # Do we require users that want to access GNS to run this process 
26 # (usually not a good idea)
27 UNIX_MATCH_UID = NO
28
29 # Do we require users that want to access GNS to be in the 'gnunet' group?
30 UNIX_MATCH_GID = YES
31
32 # When we automatically import PKEYs into shorten zone, require confirmation
33 # before they become active? (Not useful right now as the GUI to confirm
34 # doesn't exist)
35 AUTO_IMPORT_CONFIRMATION_REQ = NO
36
37 # How many queries is GADS allowed to perform in the background at the same time?
38 MAX_PARALLEL_BACKGROUND_QUERIES = 25
39
40 # When do queries fail with timeout?
41 DEFAULT_LOOKUP_TIMEOUT = 10 s
42
43 # How frequently do we try to publish our full zone?
44 ZONE_PUBLISH_TIME_WINDOW = 4 h
45
46 # PREFIX = valgrind --leak-check=full --track-origins=yes
47
48 [gns-proxy]
49 BINARY = gnunet-gns-proxy
50 AUTOSTART = NO
51
52 # Where is the certificate for the GNS proxy stored?
53 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
54 PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
55
56
57 [fcfsd]
58 # Name of the fcfs binary (for ARM)
59 BINARY = gnunet-gns-fcfsd
60 AUTOSTART = NO
61
62 # On what port does the FCFS daemon listen for HTTP clients?
63 HTTPPORT = 18080
64
65 # Where is the zone key for the FCFS zone stored?
66 ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
67
68 # For ARM, not very useful.  FIXME: Dead option?
69 HOSTNAME = localhost
70
71 # FIXME: Dead option?
72 HOME = $SERVICEHOME
73
74
75 [dns2gns]
76 BINARY = gnunet-dns2gns
77 AUTOSTART = NO
78
79 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
80 OPTIONS = -d 8.8.8.8