egeland / nagios-rbl-check

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

Basic support for IPv6 FQDN lookups. #24

Closed tobox closed 5 years ago

tobox commented 5 years ago

For my setup, I needed the plugin to resolve FQDNs to either IPv4 and IPv6, so I added some switches. It's a very basic patch, so feel free to use it as a base for a different implementation.

tobox commented 5 years ago

Please note that the failed CI test is not due to my changes in the code.

It looks like python 2.6 is unavailable in the CI environment.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+1.4%) to 42.675% when pulling e460337958bebc1c7c1c68e723048dd7e90883fe on tobox:ipv6lookup into f92f3f2e7d7153e813902175011b0f8a973b93f9 on egeland:master.

egeland commented 5 years ago

See #25 for fix for the tests

egeland commented 5 years ago

If you rebase on master now, that error should be gone.. 🙏