aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-24 16:08:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-24 16:08:21 +0000
commit6811cb762f1edb84fc312ad955e2fb05c047c24d (patch)
tree7c80651fa403c7fe56e8ae6bf9673d1ccfe6bd84 /src/gns/gns.conf.in
parent0baf38e846d5a4cd5b5b4c2ec900762fceb87712 (diff)
downloadgnunet-6811cb762f1edb84fc312ad955e2fb05c047c24d.tar.gz
gnunet-6811cb762f1edb84fc312ad955e2fb05c047c24d.zip
-use identity service also for shorten zone lookup
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 2c1fa9ccc..8625d0f0a 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -8,8 +8,8 @@ UNIXPATH = /tmp/gnunet-service-gns.sock
8 8
9ZONE_DIR = $SERVICEHOME/gns/ 9ZONE_DIR = $SERVICEHOME/gns/
10 10
11# Where to store the key for the Shorten zone 11# What is the name of the ego that we use for the shorten zone
12SHORTEN_ZONEKEY = $SERVICEHOME/gns/zonekey_short.zkey 12SHORTEN_ZONE = shorten
13 13
14# Should we hijack DNS queries using the Linux firewall? 14# Should we hijack DNS queries using the Linux firewall?
15# (this only works on GNU/Linux systems) 15# (this only works on GNU/Linux systems)
@@ -27,7 +27,7 @@ UNIX_MATCH_GID = YES
27 27
28# When we automatically import PKEYs into shorten zone, require confirmation 28# When we automatically import PKEYs into shorten zone, require confirmation
29# before they become active? (Not useful right now as the GUI to confirm 29# before they become active? (Not useful right now as the GUI to confirm
30# doesn't exist) 30# doesn't exist -- and neither does the API...)
31AUTO_IMPORT_CONFIRMATION_REQ = NO 31AUTO_IMPORT_CONFIRMATION_REQ = NO
32 32
33# How many queries is GADS allowed to perform in the background at the same time? 33# How many queries is GADS allowed to perform in the background at the same time?