From 1895f31ea452baf175458b8d7c07d54420480648 Mon Sep 17 00:00:00 2001 From: Rtxeon <87909941+Rtxeon@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:14:35 +0530 Subject: [PATCH 1/2] Update rtxeon.json for mail, with a record instead of cname --- domains/rtxeon.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/rtxeon.json b/domains/rtxeon.json index 18ffbd525..17d3c38d1 100644 --- a/domains/rtxeon.json +++ b/domains/rtxeon.json @@ -4,6 +4,13 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "CNAME": "rtxeon-portfolio-isadev.onrender.com" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.111.153", + "185.199.110.153" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From f4252fd59ca622034f4e7f8d3e7fb7ad4de23aa7 Mon Sep 17 00:00:00 2001 From: Rtxeon <87909941+Rtxeon@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:16:06 +0530 Subject: [PATCH 2/2] Update rtxeon.json fo --- domains/rtxeon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/rtxeon.json b/domains/rtxeon.json index 17d3c38d1..e34a027dc 100644 --- a/domains/rtxeon.json +++ b/domains/rtxeon.json @@ -10,7 +10,9 @@ "185.199.111.153", "185.199.110.153" ], - "MX": ["mail.is-a.dev"], + "MX": [ + "mail.is-a.dev" + ], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } }