ui - automated build

This commit is contained in:
bunkerity
2020-12-11 10:52:44 +01:00
parent 4ea01bd93f
commit 559b7835d4
21 changed files with 442 additions and 1 deletions

View File

@@ -99,7 +99,6 @@ end
-- check if IP is in DNSBLs (only if not in cache)
if use_dnsbl and not dnsbl.cached() then
if dnsbl.check() then
ngx.log(ngx.WARN, "[BLOCK] IP " .. ngx.var.remote_addr .. " is in DNSBL")
ngx.exit(ngx.HTTP_FORBIDDEN)
end
end