function hosting_dns_hosting_service in Hostmaster (Aegir) 6
Implementation of hook_hosting_service().
File
- modules/
hosting/ dns/ hosting_dns.module, line 17 - Manage DNS records for your hosted sites.
Code
function hosting_dns_hosting_service() {
return array(
'dnsmasq' => 'dns',
'bind' => 'dns',
'bind_slave' => 'dns',
);
}