Closed majormoses closed 7 years ago
the data type passed into check_ips
changed from Dnsruby::Message
to an array with a size of 1 regardless of how many ips are used. We should look to change this back but in the mean time I wanted to quickly hotfix it worked around it by selecting the first elem in array.
Pull Request Checklist
19 which was caused by #15
General
[ ] Update Changelog following the conventions laid out on Keep A Changelog
[ ] Update README with any necessary configuration snippets
[ ] Binstubs are created if needed
[ ] RuboCop passes
[ ] Existing tests pass
Purpose
Fix bug
Known Compatibility Issues