Author Topic: [ISSUE/BUG] - NAMED NS Changes  (Read 13736 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
[ISSUE/BUG] - NAMED NS Changes
« on: November 24, 2019, 01:11:57 PM »
Hello,

not know if as a issue, or maybe missing something during changing nameservers

I have noted, after change nameservers at CWP, it perserves the old nameservers at /etc/named.conf

example:

Quote
zone "ns1.myolddns" {type master;file "/var/named/ns1.myolddns.db";};
zone "ns2.myolddns" {type master;file "/var/named/ns2.myolddns.db";};

and after host named:

// zone
my host.db

zone "ns1.mynewsdns" {type master;file "/var/named/ns1.mynewsdns.db";};
zone "ns2.mynewsdns" {type master;file "/var/named/ns2.mynewsdns.db";};

this create issue for restart, start, etc... BIND DNS (named)

Is issue, or I miss something, during change namedservers?

Thank you,

CWPpro version: 0.9.8.922 |   Operating System: 7.7.1908 (core)