aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
blob: 422efdbb7c9b004c1dd6fc1eee39e0381428b2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gns]
AUTOSTART = YES
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-gns
UNIXPATH = /tmp/gnunet-service-gns.sock
ZONEKEY = /tmp/zonekey
TRUSTED = bob:/tmp/bobkey
HIJACK_DNS = YES
OPTIONS = -L INFO

# Access to this service can compromise all DNS queries in this
# system.  Thus access should be restricted to the same UID.
# (see https://gnunet.org/gnunet-access-control-model)
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES