Skip to content
Snippets Groups Projects
Commit ae7b3e6c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1594: modules/workarounds: fix module initialization

parents 3c5da30a 18d88a87
Tags
1 merge request!1594modules/workarounds: fix module initialisation.
Pipeline #130038 waiting for manual action with stages
in 11 minutes
......@@ -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'),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment