<div dir="ltr">Hi all,<br><br>I am trying to do nested LUA record <br>What I am trying to do is <br><br>1) User from AU first first check authoritative dns server (1.1.1.1) if it's up resolve from (1.1.1.1) <br>2) if 1.1.1.1 not up try to resolve 2.2.2.2<br>3) if 2.2.2.2 not up try try 3.3.3.3<br><br><br>I tried following syntax but I am getting error messages my syntax is not acceptable by pdns-util.   Is there anyone can help me right syntax<br><br><a href="http://www.example.com">www.example.com</a>   30    IN    LUA    A ( ";if(country('AU')) then return ifportup(53, {'1.1.1.1'})"<br>                                              "else return ifportup(53, {'2.2.2.2'})"<br>                                               "else return ifportup(53, {'3.3.3.3'})" end" )<br><div><br></div></div>