aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 99f7dcc54..beb0ae9a9 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -2,7 +2,7 @@
2AUTOSTART = YES 2AUTOSTART = YES
3HOSTNAME = localhost 3HOSTNAME = localhost
4BINARY = gnunet-service-gns 4BINARY = gnunet-service-gns
5UNIXPATH = /tmp/gnunet-service-gns.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
6@UNIXONLY@PORT = 2102 6@UNIXONLY@PORT = 2102
7 7
8# Do we require users that want to access GNS to run this process 8# Do we require users that want to access GNS to run this process
@@ -26,7 +26,7 @@ AUTOSTART = NO
26 26
27# Where is the certificate for the GNS proxy stored? 27# Where is the certificate for the GNS proxy stored?
28PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem 28PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
29PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock 29PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
30 30
31 31
32[dns2gns] 32[dns2gns]