Remove 3rd namserver for all domains.

x-ray21

New member
Joined
Aug 6, 2015
Messages
2
Hi,

How can i remove the 3rd nameserver record for all my domains by one command?

Thanks.
 
You will need to either use SED command or create a shell script to achieve this in one command.
 
Directadmin does not have many tools for it. So you might need to do it manually.

How can i remove the 3rd nameserver record for all my domains by one command?

If your zones do not have custom records, then you could reset all the zones to the defaults. Or use the following help articles:

- Mass removal of an NS record from all zones, using perl
https://help.directadmin.com/item.php?id=604


Here are other help articles related to your matter.

- How to use perl to do a mass dns update
https://help.directadmin.com/item.php?id=141

- How to use perl to do a mass update of a single A record for all domains
https://help.directadmin.com/item.php?id=202
 
Back
Top