Dear, we need to update massively all the DNS record of all the domain that point on a ISPConfig Server. Basically this occur because we need to move one ISPConfig Server from an ip to another. What's is the best way to do that? We can do it directly from database, with a simple query (this will update the DNS zone???) or via API is better? Thank you.
Yes, but my question is. If I update the DNS record from database with a query, after the ISPCONFIG, will took this new record and update the bind zone???
1) Modify the record with sql in the database. 2) Login to ispconfig, go to tools > resync, select dns and start the rsync. This will rewrite all dns zones based on the data from mysql database.