From 2b54e8106760eed599f9c4030800c69fb1c7f80e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:10:38 +0800 Subject: [PATCH] publish _redirect txt's for reserved domains --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index 2e056ad43..f36b854fd 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -149,6 +149,7 @@ for (var i = 0; i < reserved.length; i++) { subdomainName !== "ns4" ) { records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON)); + records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\"")); } }