422efdbb7c9b004c1dd6fc1eee39e0381428b2a2
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = YES
3 HOSTNAME = localhost
4 HOME = $SERVICEHOME
5 CONFIG = $DEFAULTCONFIG
6 BINARY = gnunet-service-gns
7 UNIXPATH = /tmp/gnunet-service-gns.sock
8 ZONEKEY = /tmp/zonekey
9 TRUSTED = bob:/tmp/bobkey
10 HIJACK_DNS = YES
11 OPTIONS = -L INFO
12
13 # Access to this service can compromise all DNS queries in this
14 # system.  Thus access should be restricted to the same UID.
15 # (see https://gnunet.org/gnunet-access-control-model)
16 UNIX_MATCH_UID = YES
17 UNIX_MATCH_GID = YES