Reverse DNS zone handling incorrect
domcleal opened this issue · 1 comments
domcleal commented
The rDNS zone handling is a bit broken as far as I can tell. It's searching for zones like it would with forward DNS, so will try and find a zone called "2.3.4" for the IP "1.2.3.4" (skipping the first part).
It needs to find the proper in-addr.arpa zone and also be flexible in finding zones for non-/24 subnets.