Skip to content

Commit

Permalink
Update dnsconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Oct 29, 2024
1 parent 7021f6a commit 049f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for (var subdomain in domains) {

// Handle URL records
if (domainData.record.URL) {
commit.push(A(subdomainName, "192.0.2.1", { cloudflare_proxy: "on" }));
// Temporarily disabled
}
}

Expand Down

0 comments on commit 049f778

Please sign in to comment.