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@ns1 ~]# pdns_server --version May 22 22:24:01 PowerDNS Authoritative Server 4.2.0 (C) 2001-2019 PowerDNS.COM BV [root@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)
_______________________________________________ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/pdns-users