From 13ba00ba55c5e2a632d3d320cdbf7c57af0a7b16 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 19 Oct 2024 18:06:27 +0800 Subject: [PATCH] chore: ignore all DS records --- dnsconfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index de4185f6c..227c56f39 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -95,6 +95,8 @@ for (var subdomain in domains) { } // Exceptions +// * +commit.push(IGNORE("*", "DS", "*"); // is-a.dev commit.push(IGNORE("@", "MX")); commit.push(IGNORE("@", "TXT"));