I had transfered some accounts from another server.
When it finished, the DNS zones were "imported" from the old server, including its IPs.
Is any way to change the values of DNS zones of all domains?
I had transfered some accounts from another server.
When it finished, the DNS zones were "imported" from the old server, including its IPs.
Is any way to change the values of DNS zones of all domains?
Best way it to login via SSH and go to the /var/named folder and then
use "replace" commands to change what you need to change.
IE: replace "111.111.111.111" "222.222.222.222" -- *.db
perl -pi -e 's/old.ip/new.ip/g' *.db
cheers
zye