summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authormenakite <29005531+menakite@users.noreply.github.com>2024-08-17 03:10:25 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-09-06 12:26:40 +0200
commite2742842fc9b2b24a7bff1fd533a70a212f0cd77 (patch)
tree6fe87d5f1c0cef52ab670ed4bccbec978248ae14 /modules
parentcache: set EDE when synthesizing answer from aggressive cache (diff)
downloadknot-resolver-e2742842fc9b2b24a7bff1fd533a70a212f0cd77.tar.xz
knot-resolver-e2742842fc9b2b24a7bff1fd533a70a212f0cd77.zip
modules/dns64: change EDE from "Forged Answer" to "Synthesized".
Diffstat (limited to 'modules')
-rw-r--r--modules/dns64/dns64.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dns64/dns64.lua b/modules/dns64/dns64.lua
index b4fb1ecb..4dc8cb45 100644
--- a/modules/dns64/dns64.lua
+++ b/modules/dns64/dns64.lua
@@ -152,7 +152,7 @@ function M.layer.consume(state, req, pkt)
end
end
ffi.C.kr_ranked_rrarray_finalize(req.answ_selected, qry.uid, req.pool)
- req:set_extended_error(kres.extended_error.FORGED, "BHD4: DNS64 synthesis")
+ req:set_extended_error(kres.extended_error.SYNTHESIZED, "BHD4: from DNS64")
end
local function hexchar2int(char)