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 1/4] 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" + ] + } } From e63b34306709599084dcd36f40d6d4efb0bba2c2 Mon Sep 17 00:00:00 2001 From: Axel <40328573+elnexreal@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:11:47 -0300 Subject: [PATCH 2/4] Update elnexreal.json --- domains/elnexreal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elnexreal.json b/domains/elnexreal.json index 06b043839..f9520e541 100644 --- a/domains/elnexreal.json +++ b/domains/elnexreal.json @@ -3,7 +3,7 @@ "username": "elnexreal", "twitter": "elnexreal", "discord": "elnexreal#7763" - } + }, "record": { "MX": [ "ns1.epizy.com", From e27a2832d8b748819f37d56e2cd7354056d7019b Mon Sep 17 00:00:00 2001 From: Axel <40328573+elnexreal@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:14:33 -0300 Subject: [PATCH 3/4] fixed email thing --- domains/elnexreal.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/elnexreal.json b/domains/elnexreal.json index f9520e541..456edb9c9 100644 --- a/domains/elnexreal.json +++ b/domains/elnexreal.json @@ -1,6 +1,7 @@ { "owner": { "username": "elnexreal", + "email": "", "twitter": "elnexreal", "discord": "elnexreal#7763" }, 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 4/4] 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" ] } }