[Pdns-users] default-api-rectify not working
Sean Lair
slair at ippathways.com
Thu May 28 19:00:12 UTC 2020
Hi all - just wanted to follow up. Is there any additional information I can provide?
From: Pdns-users <pdns-users-bounces at mailman.powerdns.com> On Behalf Of Sean Lair via Pdns-users
Sent: Friday, May 22, 2020 5:33 PM
To: pdns-users at mailman.powerdns.com
Subject: [Pdns-users] default-api-rectify not working
Hi all, we are using PowerDNS Admin (https://github.com/ngoduykhanh/PowerDNS-Admin ) to update zones and are using DNSSEC. However, every time we edit a zone, we have to do a "pdnsutil rectify-zone" or else we get serv_fail when doing lookups with DNSSEC.
Since PowerDNS Admin is configured to use the PowerDNS API, the zones should be auto-rectifying. We are running PDNS 4.2.0 where default-api-rectify=yes and I have verified that is not being overridden by any domain metadata entries. Please see the output at the end of this email.
What am I missing on this?
Thanks!!
Sean
[root at ns1 ~]# pdns_server --version
May 22 22:24:01 PowerDNS Authoritative Server 4.2.0 (C) 2001-2019 PowerDNS.COM BV
[root at ns1 ~]# pdns_control current-config | grep default-api-rectify
# default-api-rectify Default API-RECTIFY value for zones
default-api-rectify=yes
MariaDB [powerdns]> select * from domains where domains.name = 'xxxxxxxxxx.com';
+----+----------------+--------+------------+--------+-----------------+---------+
| id | name | master | last_check | type | notified_serial | account |
+----+----------------+--------+------------+--------+-----------------+---------+
| 47 | xxxxxxxxxx.com | NULL | NULL | NATIVE | NULL | ippcorp |
+----+----------------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)
MariaDB [powerdns]> select * from domainmetadata where id=47;
Empty set (0.00 sec)
More information about the Pdns-users
mailing list