Hi all I prepare all entries for IPv6. I've a list with all Domains wich are on the ISPC Server. I want now add the AAAA Record for all Domains (same IP). Example Domain.tld AAAA Default TTL IPv6IP Whats the sql command for it? Thanks admins
You can not add records with sql commands in the database directly, they would be ignored and not written to the config files. If you want to add records with a application, use the remote API.
There are several example files for API usage available in the remote_client directory of the ispconfig tar.gz file.
Great! This is just what I need. I found available functions at /usr/local/ispconfig/interface/lib/classes/remoting.inc.php I'm going to install a testing server and do some tests.