From 5558f08c5d52c38eedb6ec11186a1346090fe1e2 Mon Sep 17 00:00:00 2001 From: KrazyKleb <124646709+KrazyKleb@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:26:22 +1100 Subject: [PATCH] Update kleb.json Changed email, MX record and A record. --- domains/kleb.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/kleb.json b/domains/kleb.json index 0b322c817..d9a5e0d37 100644 --- a/domains/kleb.json +++ b/domains/kleb.json @@ -1,11 +1,10 @@ { "owner": { "username": "KrazyKleb", - "email": "krazyklebyt@gmail.com" + "email": "krazykleb@outlook.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": ["143.47.249.115"], + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], } -} \ No newline at end of file +}