I have this A record con all domains: A ftp.mydomain.com 192.168.1.10 I need to change for ALL domains the IP, now pointing to 192.168.1.11. Is it possible to change in ispconfig db all the values, and trigger the update in bind? how can I force this without doing the changes using the control panel, zone by zone? Thanks in advance
Change the IP address in the mysql db with phpmyadmin and then use the dns resync tool to write all dns zones to harddisk again. Or you write a script that uses the remote API to do the update.