Greetings,
I am trying to create a DNS tool for some specific needs we require. I can create the records fine, however, how do I delete an entire entry in a named.conf file. For example, I want to take an entry like...
zone "weareatest12345.com" {
type master;
file "db.weareatest12345.com";
};
and remove those 4 lines, but not any of the other entries in the named.conf file.
Anyone with ideas?
Rab