diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-06-06 20:47:48 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-06-06 20:47:48 +0200 |
commit | 740b30688bd745a527f96f9116c19acb3480971a (patch) | |
tree | 2709a3f4dba11c174aa9e1ba3612e30c578e76a9 /src/gns/gns.conf.in | |
parent | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff) |
Imported Upstream version 0.9.3upstream/0.9.3
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r-- | src/gns/gns.conf.in | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in index 422efdb..80fb8c8 100644 --- a/src/gns/gns.conf.in +++ b/src/gns/gns.conf.in @@ -5,13 +5,20 @@ 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 +ZONEKEY = $SERVICEHOME/gns/zonekey.zkey +HIJACK_DNS = NO +AUTO_IMPORT_PKEY = YES +AUTO_IMPORT_CONFIRMATION_REQ = NO +MAX_PARALLEL_BACKGROUND_QUERIES = 25 +DEFAULT_LOOKUP_TIMEOUT = 10 +RECORD_PUT_INTERVAL = 60 +ZONE_PUT_INTERVAL = 900 + +[fcfsd] +HTTPPORT = 18080 +ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-gns-fcfsd -# 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 |