Skip to content
Snippets Groups Projects
Verified Commit 8dd38a77 authored by Petr Špaček's avatar Petr Špaček Committed by Tomas Krizek
Browse files

docker: enable DO bit in debug mode

parent c93428b8
No related branches found
No related tags found
1 merge request!984Docker debug improvements
...@@ -64,6 +64,7 @@ function debug_mode(qname, qtype) ...@@ -64,6 +64,7 @@ function debug_mode(qname, qtype)
resolve({ resolve({
name = qname, name = qname,
type = qtype, type = qtype,
options = {'DNSSEC_WANT'},
finish = function(pkt) finish = function(pkt)
-- delay exit after packet is finished -- delay exit after packet is finished
-- to prevent us from losing policy.DEBUG finish callback -- to prevent us from losing policy.DEBUG finish callback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment