LE DNS still doesn't find TXT record when all others tested do

I have found the xfr:ipaddress directive which can be added to MIAB's DNS secondaries config and that notifies the secondary of DNS updates immediate, which seems to have solved the problem.

I'm doing more testing, and will report if anything is not yet working correctly in this regard.

5 Likes

It turns out that the xfr: protocol doesn't automatically trigger a secondary to update from the primary. Does anybody have advice on how this can be done, specially in the context of MIAB and PowerDNS?

In BIND we simply configure where to send notifications when the zone changes. You may get better answers to that question by asking in either MIAB or PowerDNS forums. It's pretty off-topic here.

2 Likes

One simple hack may be to lower the "refresh" and "retry" for the domain.

fast.za.net
        primary name server = ns1.box2.gtahardware.co.za
        responsible mail addr = hostmaster.box2.gtahardware.co.za
        serial  = 2024100515
        refresh = 7200 (2 hours)   <<<<<<<<<<<<<<<<<<<<<
        retry   = 3600 (1 hour)    <<<<<<<<<<<<<<<<<<<<<
        expire  = 1209600 (14 days)
        default TTL = 86400 (1 day)
2 Likes

I have taken this up with PowerDNS, which is not accepting the DNS change notify... thanks all for your assistance which is much appreciated!

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.