dns-ui
dns-ui copied to clipboard
autocreate_reverse_records does not work with powerdns > 4.4
as of PowerDNS version 4.4 the set-ptr feature is no longer supported and therefore the autocreate_reverse_records does not work.
https://github.com/PowerDNS/pdns/pull/9593/files#diff-7240b871c4a8ef68cfaf28739c49d762abb6613c13b176ab776256930f4705a1
That's unfortunate :( I guess we either have to remove the functionality, or, preferably implement it ourselves.
yes I think this is a must have, because you always need a PTR for an A/AAAA record. It would be really cool if this would be implemented.