From d8914d774cc76a9947d6c4a6318943d851aeec55 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 18 Oct 2024 12:59:17 +1100 Subject: [PATCH] specify mx and txt at cf --- dnsconfig.js | 3 +++ domains/@.json | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 97b50167e..cd7e94d0a 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -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 diff --git a/domains/@.json b/domains/@.json index 0495405b7..15a4a3b0e 100644 --- a/domains/@.json +++ b/domains/@.json @@ -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" + ] } }