hello There!

Need advance in mater and slave DNS settings i have 2 servers and i want to setup them that way if one is timeout all queries will folow another i have a plesk panel and it's defauld template is made only for a single server setup
i have 2 NS adresses in defferent C class networks .

here is the template

<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns.<domain>. A <ip>
webmail.<domain>. A <ip>

i assume this template should be remade like this
<domain>. NS ns1.<domain>.
<domain>. NS ns2.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns1.<domain>. A 10.0.1.10
ns2.<domain>. A 10.0.2.10
webmail.<domain>. A <ip>

the same stuff on the slave server

Then add definition string into named.conf

zone "example.com" in{
type master;

and the slave sting to the slave server

will it work like this ?

or there is another way?

Thanks in advance