fix error

This commit is contained in:
William Harrison
2024-10-30 17:32:35 +08:00
committed by GitHub
parent eacaeec468
commit c74cf71f5a
+2 -2
View File
@@ -47,9 +47,9 @@ for (var subdomain in domains) {
// Allow CNAME record on root
if (subdomainName === "@") {
commit.push(ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState));
// } else {
} else {
// commit.push(CNAME(subdomainName, domainData.record.CNAME + ".", proxyState));
// }
}
}
// Handle DS records