summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2024-09-06 15:58:12 +0200
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-09-06 15:58:12 +0200
commitae7b3e6c032354540bbc1f27d22c38af401285a4 (patch)
tree71a369c66445a5db8999a0c9591344fbc8c1ec6c
parentMerge !1610: tests/integration/deckard: update to latest master (diff)
parentmodules/workarounds: fix module initialisation. (diff)
downloadknot-resolver-ae7b3e6c032354540bbc1f27d22c38af401285a4.tar.xz
knot-resolver-ae7b3e6c032354540bbc1f27d22c38af401285a4.zip
Merge !1594: modules/workarounds: fix module initialization
-rw-r--r--modules/workarounds/workarounds.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workarounds/workarounds.lua b/modules/workarounds/workarounds.lua
index 4ce7c478..4cbfdb9d 100644
--- a/modules/workarounds/workarounds.lua
+++ b/modules/workarounds/workarounds.lua
@@ -4,7 +4,7 @@ if not policy then modules.load('policy') end
local M = {} -- the module
-function M.config()
+function M.init()
policy.add(policy.suffix(policy.FLAGS('NO_0X20'), {
-- https://github.com/DNS-OARC/dns-violations/blob/master/2017/DVE-2017-0003.md
todname('avqs.mcafee.com'), todname('avts.mcafee.com'),