-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocreate_reverse_records does not work with powerdns > 4.4 #192
Comments
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. |
It actually works in funny way for us - for existing PTR domains it works, for nonexisting ones we get nondescriptive and corresponding stack trace
We'd be entirely fine with PTR zones not being created automatically (more than fine; that's actual use case for us, we don't want to create PTR for random domains clients give us to manage and have to point to some external IP) , or records not being created if PTR doesn't exist, just don't block editing records |
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
The text was updated successfully, but these errors were encountered: