[Pdns-users] Glue records in PowerDNS and MySQL backend

2023-01-11 Thread Carsten Schmitz via Pdns-users
Hello, My case is a bit complicated: I run a PowerDNS  server with a zone "firstdomain.org" which is using a name server name ns1.seconddomain.org . Note that seconddomain.org is not using the same DNS server, but a registrar. But the entries ns1.seconddomain.org and ns2.seconddomain.org .

[Pdns-users] Example API payload for zone serial number modification

2020-04-03 Thread Carsten Schmitz via Pdns-users
Hello, here comes another question. For some reason we would like to set the zone serial number on our own after we modified records. Is there an easy way to modify the serial on the SOA record without having to send the whole SOA record? I tried curl -X PUT  --data '{"serial": }' -H '

[Pdns-users] Slow response on record modification by API

2020-04-03 Thread Carsten Schmitz via Pdns-users
Hello, we have successfully set up PowerDNS on two DNS servers and are using the API, but we have a small issue. We have zones with thousands of subdomains (as CNAMEs) and when modifying the zone records by API of takes several seconds for the modification to successfully complete. I assume