We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964fd4b commit d875db0Copy full SHA for d875db0
dnsconfig.js
@@ -50,7 +50,7 @@ for (var subdomain in domains) {
50
51
// Handle CNAME records
52
if (domainData.record.CNAME) {
53
- records.push(CNAME(subdomainName, domainData.record.CNAME + ".", proxyState));
+ records.push(ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState));
54
}
55
56
// Handle DS records
0 commit comments