<div dir="ltr"><div>Hello,</div><div><br></div>I'm need some help with a dns configuration for our developer department. First I want to lookup a record in our powerdns authoritative server (records point to our staging webservers). If no record exits a recursive lookup must be carried out (it will be just an internet lookup). Recursion with the Authoritative Server is not possible anymore.<div><br></div><div>So I installed powerdns (<a href="http://127.0.0.1:5300">127.0.0.1:5300</a>), powerdns recursor (<a href="http://127.0.0.1:5301">127.0.0.1:5301</a>) and dnsdist (<a href="http://10.10.10.1:53">10.10.10.1:53</a>). In the config I added the two servers:</div><div><br></div><div><div>setLocal("<a href="http://10.251.104.134:53">10.251.104.134:53</a>")</div><div>setACL("<a href="http://0.0.0.0/0">0.0.0.0/0</a>")</div><div>newServer("<a href="http://127.0.0.1:5300">127.0.0.1:5300</a>")<br></div><div>newServer("<a href="http://127.0.0.1:5301">127.0.0.1:5301</a>")</div><div><br></div><div>Is it possible to failover to the second server or do I need to think about another approach?</div><div><br></div><div>Best regards,<br></div><div><br></div><div>Edwin</div><div><br></div></div></div>