Skip to content

Commit d875db0

Browse files
authored
use ALIAS
1 parent 964fd4b commit d875db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ for (var subdomain in domains) {
5050

5151
// Handle CNAME records
5252
if (domainData.record.CNAME) {
53-
records.push(CNAME(subdomainName, domainData.record.CNAME + ".", proxyState));
53+
records.push(ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState));
5454
}
5555

5656
// Handle DS records

0 commit comments

Comments
 (0)