add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver
[oweals/gnunet.git] / src / gns / test_gns_proxy.conf
index 81ec9a713801f36332fa8cf06b02b0fc035c4148..da6a1823a36c7870547ad5ed1e1d4706d71c0387 100644 (file)
@@ -1,6 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/gnunet-test-gns-proxy/
-DEFAULTCONFIG = test_gns_proxy.conf
+GNUNET_TEST_HOME = /tmp/gnunet-test-gns-proxy/
 
 [transport]
 PLUGINS = tcp
@@ -16,12 +15,12 @@ HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
 
 [gns]
 AUTOSTART = YES
-ZONEKEY = $SERVICEHOME/hostkey
+ZONEKEY = $GNUNET_TEST_HOME/.hostkey
 HIJACK_DNS = YES
 
 [gns-proxy]
 PROXY_CACERT = proxy/test_cert.pem
-PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
+PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
 
 [namestore]
 AUTOSTART = YES
@@ -29,4 +28,4 @@ AUTOSTART = YES
 [dns]
 PROVIDE_EXIT = NO
 #DNS_EXIT = 8.8.8.8
-#PREFIX = valgrind --leak-check=full
\ No newline at end of file
+#PREFIX = valgrind --leak-check=full