3441583a9c7b71df18236111b4bf5d38d7f32365
[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 = $SERVICEHOME/zonekey
9 TRUSTED = bob:$SERVICEHOME/bobkey
10 OPTIONS = -L INFO
11
12 # Access to this service can compromise all DNS queries in this
13 # system.  Thus access should be restricted to the same UID.
14 # (see https://gnunet.org/gnunet-access-control-model)
15 UNIX_MATCH_UID = YES
16 UNIX_MATCH_GID = YES