Replies: 2 comments
-
At this point in time, the authoritative server does not support IXFR as a server, so the transfer falls back to AXFR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
IIRC inbound IXFR can also cause problems (Empty Non-Terminal RRs are not deleted on IXFR) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a master slave situation and all domains are transferred properly from master to slave, but always with AXFR.
Now I want to activate IXFR and set the point "set-meta IXFR 1" on the slave.
It activates that, but the master still sends 1x IXFR and 1x AXFR.
Sep 10 18:25:47 nameserver1 pdns_server[115617]: IXFR-out zone 'xxxxx', client '10.10.0.3', transfer initiated with serial 2024090891
Sep 10 18:25:47 nameserver1 pdns_server[115617]: AXFR-out zone 'XXXX', client '10.10.0.3', transfer initiated
If I set disable-axfr, the IXFR no longer works either.
Beta Was this translation helpful? Give feedback.
All reactions