From fc789720ba469abf645fbea4948da311005479c6 Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Sat, 14 Feb 2015 13:50:20 +0300 Subject: [PATCH] =?utf8?q?=D0=97reventing=20complications=20for=20ipv6=20i?= =?utf8?q?n=20rbl=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/plugins/lua/rbl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 6950ab7cb..4d15eddc4 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -71,7 +71,7 @@ local function is_private_ip(rip) return true end end - else + elseif rip:get_version() == 6 then if rip == ipv6_loopback then return true end -- 2.39.5