We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
[request] slave server
[request] slave server
it possible adding the option in the dns script for add slave server?
regards
regards
Last edited by Omar on Fri Jan 18, 2013 2:29 pm, edited 1 time in total.
Re: [request] slave zone
You mean slave zone on the separate dns server for redundancy? If so then yes such functionality will be released.
Re: [request] slave zone
yes, something like this (in /etc/named.conf):skid wrote:You mean slave zone on the separate dns server for redundancy? If so then yes such functionality will be released.
Code: Select all
zone "myweb.com" {
type master;
file "/home/name_user/conf/dns/myweb.com.db";
allow-transfer {
ip-server;
};
notify yes;
}
for now i working in the code, for add this option, for example in packages:
regards
Re: [request] slave server
Hi you can use powerdns in 'supermaster' mode, as slave server. I have test this solution, and it works fine. If you interest this, i will translate my solution on English, and share with community with pleasure.
Re: [request] slave server
Sounds intresting.