fix missing bracket

This commit is contained in:
William Harrison
2024-10-19 18:08:12 +08:00
committed by GitHub
parent 13ba00ba55
commit 06115bc311
+1 -1
View File
@@ -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"));