From 06115bc311f38943e1ffc552998341174ae9cf4d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 19 Oct 2024 18:08:12 +0800 Subject: [PATCH] fix missing bracket --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 227c56f39..4434106f4 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -96,7 +96,7 @@ for (var subdomain in domains) { // Exceptions // * -commit.push(IGNORE("*", "DS", "*"); +commit.push(IGNORE("*", "DS", "*")); // is-a.dev commit.push(IGNORE("@", "MX")); commit.push(IGNORE("@", "TXT"));