Comment on How do people handle authoritative DNS redundancy for their self-hosted workloads?
4am@lemmy.zip 2 hours ago
It’s going to be something stupid like “ns1 doesn’t have an AAAA listed and so therefore all queries fall back to v4 only, and because ns2 has an AAAA then it is ignored to prevent responses in v6 breaking clients because those queries now only support v4 responses”
At this point I pretty much think this may be the exact case - and it may work in reverse: “since
ns2has AAAA listed then it’s an IPv6-capable deployment and we are allowed to fall back to IPv4, but sincens1lacks the AAAA record, then we won’t even consider falling back tons1ifns2is down”.Or maybe another scenario:
ns2’s AAAA recordns2’s A recordns1…ns2was down, repeating the cycle