From 8e16e4d3edd7ed37078e538286728bb211551be7 Mon Sep 17 00:00:00 2001 From: Axel <40328573+elnexreal@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:00:55 -0300 Subject: [PATCH] Replace NS records with A record --- domains/elnexreal.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/elnexreal.json b/domains/elnexreal.json index 456edb9c9..7a73f7111 100644 --- a/domains/elnexreal.json +++ b/domains/elnexreal.json @@ -6,9 +6,8 @@ "discord": "elnexreal#7763" }, "record": { - "MX": [ - "ns1.epizy.com", - "ns2.epizy.com" + "A": [ + "185.27.134.57" ] } }