This commit is contained in:
2024-04-11 14:17:54 -06:00
parent ce7cb2fc14
commit d70d7f273e
3 changed files with 12 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ function generateDnsFileContent($domain, $ipAddress) {
$content .= ";\n";
$content .= "@ IN NS ns1.master.tilde.\n";
$content .= "@ IN NS ns2.master.tilde.\n";
$content .= "@ IN NS ns3.master.tilde.\n";
$content .= "www IN CNAME $domain\n";
$content .= "@ IN A $ipAddress\n";
$content .= "* IN A $ipAddress\n"; // Wildcard A record