aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 20:55:37 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 20:55:37 +0000
commit10cf59ba4f31f690798e8d36a0a29383caee26ab (patch)
treec4dcaf5c7935356478a2f75ab36fba434c8a4c2e /src/gns/gns.conf.in
parentc0a40a3ee5cc8ce715f53a46cc9d734d3a1d154f (diff)
downloadgnunet-10cf59ba4f31f690798e8d36a0a29383caee26ab.tar.gz
gnunet-10cf59ba4f31f690798e8d36a0a29383caee26ab.zip
-try to get keys form config
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index acf0a222a..3441583a9 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -5,6 +5,9 @@ HOME = $SERVICEHOME
5CONFIG = $DEFAULTCONFIG 5CONFIG = $DEFAULTCONFIG
6BINARY = gnunet-service-gns 6BINARY = gnunet-service-gns
7UNIXPATH = /tmp/gnunet-service-gns.sock 7UNIXPATH = /tmp/gnunet-service-gns.sock
8ZONEKEY = $SERVICEHOME/zonekey
9TRUSTED = bob:$SERVICEHOME/bobkey
10OPTIONS = -L INFO
8 11
9# Access to this service can compromise all DNS queries in this 12# Access to this service can compromise all DNS queries in this
10# system. Thus access should be restricted to the same UID. 13# system. Thus access should be restricted to the same UID.