aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
commitd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch)
tree21cf2183b906bd550eff83616552097c977ad530 /src/gns/test_gns_proxy.conf
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
downloadgnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.tar.gz
gnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.zip
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/gns/test_gns_proxy.conf')
-rw-r--r--src/gns/test_gns_proxy.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_proxy.conf b/src/gns/test_gns_proxy.conf
index b098edb60..547e5580b 100644
--- a/src/gns/test_gns_proxy.conf
+++ b/src/gns/test_gns_proxy.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-gns-proxy/ 2GNUNET_TEST_HOME = /tmp/gnunet-test-gns-proxy/
3 3
4[transport] 4[transport]
5PLUGINS = tcp 5PLUGINS = tcp
@@ -15,7 +15,7 @@ HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
15 15
16[gns] 16[gns]
17AUTOSTART = YES 17AUTOSTART = YES
18ZONEKEY = $SERVICEHOME/.hostkey 18ZONEKEY = $GNUNET_TEST_HOME/.hostkey
19HIJACK_DNS = YES 19HIJACK_DNS = YES
20 20
21[gns-proxy] 21[gns-proxy]