chow
Verified User
Hi, my customer added 200 domains to the server before I configured nameservers in DA So now all domains use dummy nameservers. Is there anyway to change nameservers all at once for all the domains??
hostpc.com said:via SSH as ROOT:
perl -pi -e 's/old.namserver.com./new.nameserver.com./' *
Dont leave off the trailing .'s after .com Substitute nameserver names - old and new
Run that in /var/named, and you should be ok