aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_proxy.conf')
-rw-r--r--src/gns/test_gns_proxy.conf28
1 files changed, 10 insertions, 18 deletions
diff --git a/src/gns/test_gns_proxy.conf b/src/gns/test_gns_proxy.conf
index 51edd5a0c..3b21f1d90 100644
--- a/src/gns/test_gns_proxy.conf
+++ b/src/gns/test_gns_proxy.conf
@@ -1,30 +1,22 @@
1[PATHS] 1@INLINE@ test_gns_defaults.conf
2GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-gns-proxy/
3 2
4[transport] 3[transport]
5PLUGINS = tcp 4PLUGINS = tcp
6 5
7[arm]
8PORT = 0
9ALLOW_SHUTDOWN = YES
10
11[testing]
12WEAKRANDOM = YES
13HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
14
15[gns] 6[gns]
7# PREFIX = valgrind --leak-check=full --track-origins=yes
16START_ON_DEMAND = YES 8START_ON_DEMAND = YES
17ZONEKEY = $GNUNET_TEST_HOME/.zonekey 9AUTO_IMPORT_PKEY = YES
18HIJACK_DNS = YES 10MAX_PARALLEL_BACKGROUND_QUERIES = 10
11DEFAULT_LOOKUP_TIMEOUT = 15 s
12RECORD_PUT_INTERVAL = 1 h
13ZONE_PUBLISH_TIME_WINDOW = 1 h
14DNS_ROOT=PD67SGHF3E0447TU9HADIVU9OM7V4QHTOG0EBU69TFRI2LG63DR0
15
19 16
20[gns-proxy] 17[gns-proxy]
21PROXY_CACERT = proxy/test_cert.pem 18PROXY_CACERT = /tmp/proxy_cacert.pem
22PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock 19PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
23 20
24[namestore] 21[namestore]
25START_ON_DEMAND = YES 22START_ON_DEMAND = YES
26
27[dns]
28PROVIDE_EXIT = NO
29#DNS_EXIT = 8.8.8.8
30#PREFIX = valgrind --leak-check=full