From c749f4cf55630c2e063a4b1556bd2799748edd87 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Tue, 31 Oct 2023 15:52:01 +0100 Subject: [PATCH 1/2] feat(domain): ez.is-a.dev --- domains/ez.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ez.json diff --git a/domains/ez.json b/domains/ez.json new file mode 100644 index 000000000..bee107ea0 --- /dev/null +++ b/domains/ez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@gmail.com" + }, + "record": { + "A": ["217.174.245.249"] + } +} From 6832b804c9694df0baa20ded8d65dbb41f0fb96c Mon Sep 17 00:00:00 2001 From: Clicpow <144148804+ClicpoW@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:22:38 +0100 Subject: [PATCH 2/2] Changed MX&TXT --- domains/clicpow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/clicpow.json b/domains/clicpow.json index ae347f452..6b688af6d 100644 --- a/domains/clicpow.json +++ b/domains/clicpow.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } -} \ No newline at end of file +}