Fix #5514; Add test for GNS Proxy and DANE; Fix TLS connections on ports != 443 throu...
[oweals/gnunet.git] / src / gns / test_gns_proxy.conf
1 @INLINE@ test_gns_defaults.conf
2
3 [transport]
4 PLUGINS = tcp
5
6 [gns]
7 # PREFIX = valgrind --leak-check=full --track-origins=yes
8 START_ON_DEMAND = YES
9 AUTO_IMPORT_PKEY = YES
10 MAX_PARALLEL_BACKGROUND_QUERIES = 10
11 DEFAULT_LOOKUP_TIMEOUT = 15 s
12 RECORD_PUT_INTERVAL = 1 h
13 ZONE_PUBLISH_TIME_WINDOW = 1 h
14 DNS_ROOT=PD67SGHF3E0447TU9HADIVU9OM7V4QHTOG0EBU69TFRI2LG63DR0
15
16
17 [gns-proxy]
18 PROXY_CACERT = /tmp/proxy_cacert.pem
19 PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
20
21 [namestore]
22 START_ON_DEMAND = YES