I would like to configure some DNS entries from a script (without the web interface) - how should I do it? As I see, DNS entries are stored in: - dns_rr table, - appropriate /etc/bind/pri.* file What should I launch after I edit the entry in the dns_rr table, so that the corresponding /etc/bind/pri.* file is updated?
ISPConfig has a remote api api to add / modify / delete records. Do not modify records in the database directly or edit the config files. You find some example files in the remote_client/examples/ folder and several threads about that in the developer forum.