|
|
@ -2,7 +2,7 @@ This patch fixes the problem with forwarding in knot-resolver v4.3.0. |
|
|
|
It reintroduces a fix which enables policy related hack (knot/knot-resolver#205 (comment 94566) ) |
|
|
|
--- a/modules/policy/policy.lua
|
|
|
|
+++ b/modules/policy/policy.lua
|
|
|
|
@@ -1098,7 +1098,7 @@ policy.layer = {
|
|
|
|
@@ -1093,7 +1093,7 @@ policy.layer = {
|
|
|
|
if bit.band(state, bit.bor(kres.FAIL, kres.DONE)) ~= 0 then return state end |
|
|
|
local qry = req:initial() -- same as :current() but more descriptive |
|
|
|
return policy.evaluate(policy.rules, req, qry, state) |
|
|
|