mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-14 00:22:48 +00:00
specify mx and txt at cf
This commit is contained in:
@@ -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
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user