From b1f64cdedd3055106ce4b363454e88dfa5c96e5b Mon Sep 17 00:00:00 2001 From: GoodBoyNeon <93624576+GoodBoyNeon@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:14:00 +0545 Subject: [PATCH] Update neon.json Add improvmx for email alias --- domains/neon.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/neon.json b/domains/neon.json index 9715ab0e8..9e710bf1d 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -6,7 +6,17 @@ "discord": "GoodBoyNeon#2424", "email": "" }, + "record": { - "CNAME": "goodboyneon.github.io" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "A": [ + 185.199.108.153 + 185.199.109.153 + 185.199.110.153 + 185.199.111.153 + ] } }