mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-18 06:26:28 +00:00
chore: ignore all DS records
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user