From 3d0386f27ca66379acf50199e1d1298386eeeeb8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:55:53 +0200 Subject: Adding upstream version 3.2.1. Signed-off-by: Daniel Baumann --- tests/deckard/template/getdns.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/deckard/template/getdns.j2 (limited to 'tests/deckard/template/getdns.j2') diff --git a/tests/deckard/template/getdns.j2 b/tests/deckard/template/getdns.j2 new file mode 100644 index 0000000..49064d4 --- /dev/null +++ b/tests/deckard/template/getdns.j2 @@ -0,0 +1,6 @@ +{ "listen_addresses": [ {{SELF_ADDR}} ] +, "dns_root_servers": [ {{ROOT_ADDR}} ] +, "timeout": 2000 +, "dnssec_return_status": GETDNS_EXTENSION_TRUE +, "dnssec_trust_anchors": "getdns-root.key" +} -- cgit v1.2.3