<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 08/02/2022 12:08, Prochazka via
Pdns-users wrote:<br>
</div>
<blockquote type="cite"
cite="mid:eb9d3b407ead01a391fadb91ffc68cd3@cortex.cz"><br>
Pdns recursor config:
<br>
<br>
...
<br>
forward-zones=
<br>
forward-zones+=some.domain.tld=AUTH1_ipv6
<br>
forward-zones+=some.domain.tld=AUTH1_ipv4
<br>
forward-zones+=some.domain.tld=AUTH2_ipv6
<br>
forward-zones+=some.domain.tld=AUTH2_ipv4
<br>
forward-zones+=some.domain.tld=AUTH3_ipv6
<br>
forward-zones+=some.domain.tld=AUTH3_ipv4
<br>
forward-zones+=some.domain.tld=AUTH4_ipv6
<br>
forward-zones+=some.domain.tld=AUTH4_ipv4
<br>
...
<br>
</blockquote>
<p>Have you tried listing the destinations on the same line, <a
moz-do-not-send="true"
href="https://docs.powerdns.com/recursor/settings.html#forward-zones">separated
by semicolons</a>?<br>
</p>
<p>forward-zones+=some.domain.tld=AUTH1_ipv6;AUTH1_ipv4;AUTH2_ipv6;...etc</p>
<p>Personally I would use forward-zones-file to make this cleaner.
Also, I wouldn't forward to both ipv4 and ipv6 on the same server;
if the server is down, it's going to be unreachable via both.<br>
</p>
</body>
</html>