Hi all, Is their a default file for dns-setup if I add a new domain, so that I can add default dns settings when a new domain is added? So like a sort-of dns template
Damn, So I have to make manually dns entries after creating each domain. Where does ISPconfig store the DNS settings that are default?
Yeah I know... But that's not what I mean, I mean the standard DNS records that are made if you create a new domain, like the www and mailserver records...
That's in the source code, probably in /root/ispconfig/scripts/lib/classes/ispconfig_bind.lib.php or in one of the /home/admispconfig/ispconfig/lib/classes/ispconfig_dns* files.
That's not what I mean. I want to locate the file that apply's the default dns settings if you create a domein. So I can add some extra dns settings that are created by default if someone creates a new domain.
Ah, ok The files are: /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_web.lib.php this file is called when you add a website in isp-manager and enable the create dns checkbox. /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_dns.lib.php this file is called when you add a dns record in the dns-manager.
Thanks, I will try that. Maybe a good functions for the next release to have this option in the Control Panel?