Hi there group,
how can I make a slave dns server that servers automatically all new
root domains - .com, .net .org etc,
currently I'm running bind 9 as slave and on every added domain to the
master dns I must login to the slave dns, open the config file of bind,
add new domain like this:
zone "mytest.com" {
    type slave;
    file "slave/valqk/mytest.com";
    masters { 17.5.41.4; };
};
and do rndc reload...
is this possible to be done with powerdns ot bind?
(I'm posting to the both lists).

thank you in advance,
valqk.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to