From d122617dd431191d1d2fe171b009d9eecc32bf96 Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Wed, 5 Oct 2022 22:02:30 +0200 Subject: [PATCH] - Fix checkconf test for dnscrypt and proxy port. --- doc/Changelog | 1 + testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 08eba8740..20d3c05c9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ - Use DEBUG_TDIR from environment in mini_tdir.sh for debugging. - Fix string comparison in mini_tdir.sh. - Make ede.tdir test more predictable by using static data. + - Fix checkconf test for dnscrypt and proxy port. 4 October 2022: George - Merge #764: Leniency for target discovery when under load (for diff --git a/testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt b/testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt index ece7544ba..f62f7868c 100644 --- a/testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt +++ b/testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt @@ -2,4 +2,5 @@ server: interface: 127.0.0.1 proxy-protocol-port: 53 dnscrypt: - dnscrypt-port: 53 + dnscrypt-enable: yes + dnscrypt-port: 53 -- 2.47.3