diff --git a/dnsconfig.js b/dnsconfig.js index c2f151bc2..ae7905e0f 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -133,7 +133,6 @@ for (var subdomain in domains) { // Handle URL records if (domainData.record.URL) { records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON)); - records.push(TXT("_redirect." + subdomainName, "\"" + domainData.record.URL + "\"")); } } @@ -150,8 +149,6 @@ for (var i = 0; i < reserved.length; i++) { ) { records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON)); } - - records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\"")); } var options = {