aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-11 16:09:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-11 16:09:56 +0000
commit996871b39362b2ce34980d99e7fedfb05075f041 (patch)
tree216af472c01d9a7ba36687ba4957c67f4e281be6 /src/gns/gns.conf.in
parent79fa5ae2d73c1da264e9565ba46868ee08dffacd (diff)
downloadgnunet-996871b39362b2ce34980d99e7fedfb05075f041.tar.gz
gnunet-996871b39362b2ce34980d99e7fedfb05075f041.zip
implementing #3064: enable split-personality ARM to run some services as 'gnunet' and others as grothoff, depending on level of personal information available to the service
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index beb0ae9a9..4e83a00bf 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -23,6 +23,7 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
23[gns-proxy] 23[gns-proxy]
24BINARY = gnunet-gns-proxy 24BINARY = gnunet-gns-proxy
25AUTOSTART = NO 25AUTOSTART = NO
26USER_SERVICE = YES
26 27
27# Where is the certificate for the GNS proxy stored? 28# Where is the certificate for the GNS proxy stored?
28PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem 29PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
@@ -32,6 +33,7 @@ PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
32[dns2gns] 33[dns2gns]
33BINARY = gnunet-dns2gns 34BINARY = gnunet-dns2gns
34AUTOSTART = NO 35AUTOSTART = NO
36USER_SERVICE = YES
35 37
36# -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use 38# -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
37OPTIONS = -d 8.8.8.8 39OPTIONS = -d 8.8.8.8