diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/gns/gns.conf.in |
Imported Upstream version 0.9.2upstream/0.9.2
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 |