mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bw - fix typo in greylist lua
This commit is contained in:
parent
37fe1975dc
commit
aec665e92b
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ function greylist:access()
|
|||
end
|
||||
|
||||
-- Return
|
||||
self:set_metric("counters", "failed_greylist" .. data.id, 1)
|
||||
self:set_metric("counters", "failed_greylist", 1)
|
||||
return self:ret(true, "not in greylist", get_deny_status())
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue