pdns
pdns copied to clipboard
tinydnsbackend AXFR is not tested, and was broken in 4.7
While investigating #12083, @cyclops1982 found that AXFR does not work at all in current master, with tinydnsbackend. Apparently we completely broke that somewhere after 4.5.3. We should add tests, and, of course, fix AXFR.
I think https://github.com/PowerDNS/pdns/commit/8a66a9272451eb8b0daed88d8f1db5193c6c154e#diff-fe1471ab3ed6d3a679798abf6fc90082c79b169890d6489734ea5faf149490f4 change the behaviour.
I think 8a66a92#diff-fe1471ab3ed6d3a679798abf6fc90082c79b169890d6489734ea5faf149490f4 change the behaviour.
Which means it's broken since 4.7
AXFR is fixed in #12097
Setting tinydns-locations=no
returns all records with a location in AXFR and in a normal query. This effectively skips the checking of the location alltogether.