diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2020-04-27 08:13:21 +0200 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-04-27 15:39:38 +0200 |
commit | 8dd38a774120c7e66319c2e04daa39ef6c9b7e7e (patch) | |
tree | 3f103481f985f0c50049a414fd8991be9676d133 /etc | |
parent | docker: always clear cache in debug mode (diff) | |
download | knot-resolver-8dd38a774120c7e66319c2e04daa39ef6c9b7e7e.tar.xz knot-resolver-8dd38a774120c7e66319c2e04daa39ef6c9b7e7e.zip |
docker: enable DO bit in debug mode
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config/config.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/config/config.docker b/etc/config/config.docker index 7bec0988..9f27c934 100644 --- a/etc/config/config.docker +++ b/etc/config/config.docker @@ -64,6 +64,7 @@ function debug_mode(qname, qtype) resolve({ name = qname, type = qtype, + options = {'DNSSEC_WANT'}, finish = function(pkt) -- delay exit after packet is finished -- to prevent us from losing policy.DEBUG finish callback |