mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-19 03:26:12 +00:00
Update dnsconfig.js
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ for (var subdomain in domains) {
|
||||
}
|
||||
|
||||
// Handle NS records
|
||||
if (domainData.record.NS) {
|
||||
if (domainData.record.NS && subdomainName !== "@") {
|
||||
for (var ns in domainData.record.NS) {
|
||||
commit.push(NS(subdomainName, domainData.record.NS[ns] + "."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user