Hello,
We have change IP from NS server in Plesk.
Why can we force refresh named.conf (for all domains) ? Informations stay with old IP.
We can force one domain when we change an information in the DNS and we validate. But Hown can we change all domains?
Example:
Old
> NS server1.com (x.x.x.1)
New
> NS server1.com (x.x.x.2)
....
zone "domain.com" {
type master;
file "domain.com";
allow-transfer {
...;
x.x.x.1;
common-allow-transfer;
};
};
...
Thank you for yours ideas.
We have change IP from NS server in Plesk.
Why can we force refresh named.conf (for all domains) ? Informations stay with old IP.
We can force one domain when we change an information in the DNS and we validate. But Hown can we change all domains?
Example:
Old
> NS server1.com (x.x.x.1)
New
> NS server1.com (x.x.x.2)
....
zone "domain.com" {
type master;
file "domain.com";
allow-transfer {
...;
x.x.x.1;
common-allow-transfer;
};
};
...
Thank you for yours ideas.