From f0c7c06c47d26cab8f64dce1196d1a4e30ed4f24 Mon Sep 17 00:00:00 2001 From: Axel <40328573+elnexreal@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:06:58 -0300 Subject: [PATCH] Updating nameservers for elnexreal.is-a.dev --- domains/elnexreal.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/domains/elnexreal.json b/domains/elnexreal.json index 71f08cda8..06b043839 100644 --- a/domains/elnexreal.json +++ b/domains/elnexreal.json @@ -1,12 +1,13 @@ { - "repo": "https://github.com/elnexreal/elnexreal.github.io", "owner": { "username": "elnexreal", - "email": "", "twitter": "elnexreal", "discord": "elnexreal#7763" - }, - "record": { - "CNAME": "elnexreal.github.io" - } + } + "record": { + "MX": [ + "ns1.epizy.com", + "ns2.epizy.com" + ] + } }