mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 00:17:57 +00:00
fix error
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user