specify mx and txt at cf

This commit is contained in:
William Harrison
2024-10-18 12:59:17 +11:00
committed by GitHub
parent 6c48ab215c
commit d8914d774c
2 changed files with 4 additions and 7 deletions
+3
View File
@@ -98,6 +98,9 @@ for (var idx in domains) {
}
// Exceptions
// @.is-a.dev
commit.push(IGNORE("@", "MX"));
commit.push(IGNORE("@", "TXT"));
// _acme-challenge.is-a.dev
commit.push(IGNORE("_acme-challenge", "TXT"));
// ns1.is-a.dev
+1 -7
View File
@@ -15,12 +15,6 @@
"2606:50c0:8001::153",
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
"MX": [
"route1.mx.cloudflare.net",
"route2.mx.cloudflare.net",
"route3.mx.cloudflare.net"
],
"TXT": "v=spf1 include:_spf.mx.cloudflare.net ~all"
]
}
}