From 2f9e6ea3955782a1c5e08304207b148bd2767101 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:13:39 +0800 Subject: [PATCH] Update dnsconfig.js --- dnsconfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index f36b854fd..c2f151bc2 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -149,8 +149,9 @@ 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\"")); } + + records.push(TXT("_redirect." + subdomainName, "\"https://is-a.dev/reserved\"")); } var options = {