-
We have approximately 200 zones on our PowerDNS servers setup in a primary/secondary configuration. For a small number of zones (around 5) we need to send NOTIFY requests to additional secondary servers. My understanding is that by default PowerDNS sends NOTIFYs to the name servers but in this case, the provider doesn't listen to NOTIFYs on the name servers but on a different set of IPs. So for example their name servers are: But they want us to NOTIFY the following IPs instead: I can set the following option in the PowerDNS config:
But then I'm notifying them for roughly 195 domains they don't host and don't care about. I suppose this is relatively harmless but I feel like we're almost spamming their server with garbage NOTIFYs that their server has to ignore. We want to be able to do something to make also-notify but make it zone-specific. So something like: Or better yet: Is something like this possible with PowerDNS or do we just have to live with our server spamming their server with unnecessary NOTIFYs? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Did you try setting "ALSO-NOTIFY" in the per-zone metadata? I'd assume that would fix your issue. See documentation:
Note: Not sure if they want their notify-IPs disclosed.. |
Beta Was this translation helpful? Give feedback.
-
That was exactly what I was looking for and couldn't find. Thank you so much for the help! |
Beta Was this translation helpful? Give feedback.
Did you try setting "ALSO-NOTIFY" in the per-zone metadata? I'd assume that would fix your issue.
See documentation:
Note: Not sure if they want their notify-IPs disclosed..