diff options
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r-- | src/gns/gns.conf.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in new file mode 100644 index 0000000..422efdb --- /dev/null +++ b/src/gns/gns.conf.in @@ -0,0 +1,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 |