From 27d52d174ebcc84ba7ff34ee58f5a5fc40c62995 Mon Sep 17 00:00:00 2001 From: Crissy <66400444+crystalbajgai@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:06:52 +0545 Subject: [PATCH] Update crystal.json --- domains/crystal.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/domains/crystal.json b/domains/crystal.json index b86f1a32a..ce1a732f9 100644 --- a/domains/crystal.json +++ b/domains/crystal.json @@ -6,7 +6,14 @@ "email": "crystalnplol@gmail.com", "twitter": "@CrystalNPYT" }, - "record": { - "CNAME": "crystalbajgai.github.io" - } -} + "record": { + "A": [ + "135.148.226.33" + ], + "MX": [ + "ns1.crystalcloud.xyz", + "ns2.crystalcloud.xyz" + ], + "TXT": "v=spf1 a mx ip4:135.148.226.33 ~all" + } +}