> On 20 Dec 2016, at 00:29, Paul Travers <[email protected]> > wrote: > > I have the following entries in my domainmetadata table: > > mysql> select * from domainmetadata where domain_id = 3; > +----+-----------+-----------------+----------------+---------------------+ > | id | domain_id | kind | content | date_modified | > +----+-----------+-----------------+----------------+---------------------+ > | 27 | 3 | ALSO-NOTIFY | 2.2.2.2 | 0000-00-00 00:00:00 | > | 28 | 3 | ALSO-NOTIFY | 1.1.1.1 | 0000-00-00 00:00:00 | > | 14 | 3 | TSIG-ALLOW-AXFR | tsig-key | 0000-00-00 00:00:00 | > +----+-----------+-----------------+----------------+---------------------+ > 3 rows in set (0.00 sec) > > Whenever the powerdns server receives a notification from the master ...
Sounds like you need slave-renotify=yes in your config; do you have that? By default this is off. -- Christian Hofstaedtler / Deduktiva GmbH (FN 418592 b, HG Wien) www.deduktiva.com / +43 1 353 1707 _______________________________________________ Pdns-users mailing list [email protected] https://mailman.powerdns.com/mailman/listinfo/pdns-users
