Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweak4141 committed Oct 20, 2024
1 parent ca77012 commit 166b84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ for (var subdomain in allDomains) {
if (Array.isArray(domainData.target.TXT.value)) {
for (var txt in domainData.target.TXT) {
var txtRecord = domainData.target.TXT[txt];
console.log(txtRecord.name, txtRecord.value)
commit.push(TXT(domainData.target.TXT.name === "@" ? subdomainName : txtRecord.name + "." + subdomainName, txtRecord.value));
}
} else {
Expand Down

0 comments on commit 166b84c

Please sign in to comment.