egeland / nagios-rbl-check

Icinga/Nagios spam blacklist check, written in python
GNU General Public License v3.0
34 stars 18 forks source link

Please handle IPv6 #17

Closed hmoffatt closed 7 years ago

hmoffatt commented 7 years ago

Can you add support for IPv6 RBL lookups?

You would need to get the IPv6 address, expand it (put zeroes in place of any missing sections), and then reverse it digit by digit instead of section by section.

egeland commented 7 years ago

Merged #18 :+1: