]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix checkconf test for dnscrypt and proxy port.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 5 Oct 2022 20:02:30 +0000 (22:02 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Wed, 5 Oct 2022 20:03:01 +0000 (22:03 +0200)
doc/Changelog
testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt

index 08eba8740d7405cc2ce005686306fc7d61d075cb..20d3c05c9254a17304e16c0f47369be8f454313c 100644 (file)
@@ -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
index ece7544ba7565d6be5a834d18f146f245839357e..f62f7868cbf6e426cc981f85bc44a51aa71b2ee4 100644 (file)
@@ -2,4 +2,5 @@ server:
        interface: 127.0.0.1
         proxy-protocol-port: 53
 dnscrypt:
-        dnscrypt-port: 53
+       dnscrypt-enable: yes
+       dnscrypt-port: 53