Skip to content

Commit

Permalink
[Minor] Rbl: Fix rdns pipeline
Browse files Browse the repository at this point in the history
Issue: #4356
  • Loading branch information
vstakhov committed Dec 9, 2022
1 parent e6f1e32 commit 9a58947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/rbl.lua
Expand Up @@ -637,7 +637,7 @@ local function gen_rbl_callback(rule)
local function check_rdns(task, requests_table, whitelist)
local hostname = task:get_hostname()
if hostname == nil or hostname == 'unknown' then
return false
return true
end

add_dns_request(task, hostname, true, false,
Expand Down

0 comments on commit 9a58947

Please sign in to comment.