Replies: 3 comments 2 replies
-
Can you show |
Beta Was this translation helpful? Give feedback.
-
pdnsutil show-zone test.zone.com Obviously i used different naming regarding request : |
Beta Was this translation helpful? Give feedback.
-
For those who will be reading this post, i finally find flag by trail and error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Guys
I try to troubleshoot issue of using pdns APIs, i found out that Serial of soa is not increased once record created over APIs
I see record is created even it can be resolved within pdns server , but serial is not increased and therefore record is not replicated to other DNSs (secondary)
on multiple different forums i found out that "SOA-EDIT-API" should be set..so i did ..and currently i have below setup
[{"kind": "SOA-EDIT", "metadata": ["INCEPTION-INCREMENT"], "type": "Metadata"}, {"kind": "SOA-EDIT-API", "metadata": ["INCEPTION-INCREMENT"], "type": "Metadata"}]
result is still the same , notsure if service has to be reload ..i just did
pdns_control reload domain or pdns_control rediscover , but no change
PowerDNS Authoritative Server 4.8.4 ,
Using 64-bits mode. Built using gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
Not sure if its some sort of bug , that it should work after flags set ..but it doesnt
Thank you
Beta Was this translation helpful? Give feedback.
All reactions