From a8860b4fb95daf48009de4ab6621beea29221391 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 17 Oct 2024 20:06:04 +0800 Subject: [PATCH] Update dnsconfig.js --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index b703fac15..a7dd902be 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -113,7 +113,7 @@ for (var idx in domains) { // Note: URL records are not actual DNS records, we have a server configured to support them instead. if (domainData.record.URL) { commit[domainName].push( - A(subdomainName, "45.85.238.5", proxy.on) + A(subdomainName, "45.85.238.5", proxy.on), TXT("_redirect" + subdomainName, "v=txtv0;type=host;to=" + domainData.record.URL) ); }