From 005f5e82e0619ff30db04c72c02a19cc721fa878 Mon Sep 17 00:00:00 2001 From: tr1x_em <100174637+tr1xem@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:05:42 +0530 Subject: [PATCH 1/3] Update trix.json --- domains/trix.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/trix.json b/domains/trix.json index 94dff565e..ae4f44f7d 100644 --- a/domains/trix.json +++ b/domains/trix.json @@ -4,6 +4,10 @@ "email": "admin@trixsly.xyz" }, "record": { - "CNAME": "superuser-l.github.io" + "CNAME": "tr1xem.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] } } From f61ad1179095350229dc1bf3ee99b3961fa33f0f Mon Sep 17 00:00:00 2001 From: tr1x_em <100174637+tr1xem@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:22:58 +0530 Subject: [PATCH 2/3] Update trix.json --- domains/trix.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/trix.json b/domains/trix.json index ae4f44f7d..fa0e12dd9 100644 --- a/domains/trix.json +++ b/domains/trix.json @@ -4,7 +4,11 @@ "email": "admin@trixsly.xyz" }, "record": { - "CNAME": "tr1xem.github.io", + "A": ["185.199.110.153", +"185.199.109.153", +"185.199.111.153", +"185.199.108.153"] +, "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 98a5e3c3291b57ce6d6caa34286da92247f39139 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:53:26 -0500 Subject: [PATCH 3/3] chore: formatting --- domains/trix.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/domains/trix.json b/domains/trix.json index fa0e12dd9..13a85cc35 100644 --- a/domains/trix.json +++ b/domains/trix.json @@ -1,17 +1,18 @@ { - "owner": { - "username": "tr1xem", - "email": "admin@trixsly.xyz" - }, - "record": { - "A": ["185.199.110.153", -"185.199.109.153", -"185.199.111.153", -"185.199.108.153"] -, - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "owner": { + "username": "tr1xem", + "email": "admin@trixsly.xyz" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } }