From 9bd18553084aa10bebd93a88efde00b59ed3bf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nh=E1=BA=ADt=20Minh?= Date: Sat, 6 Jul 2024 09:30:12 +0700 Subject: [PATCH 01/10] Update lnminh1411.json --- domains/lnminh1411.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/domains/lnminh1411.json b/domains/lnminh1411.json index 37c2ffb30..dc705f2df 100644 --- a/domains/lnminh1411.json +++ b/domains/lnminh1411.json @@ -6,11 +6,16 @@ "discord": "cvn2484" }, "record": { - "URL": "https://lnminh1411.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" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": "forward-email=nhatminh.forwarding@gmail.com" } } From 38e0a7c4a703633f76cb9785eadf1aa100cee737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nh=E1=BA=ADt=20Minh?= Date: Sat, 6 Jul 2024 09:30:27 +0700 Subject: [PATCH 02/10] Update lnminh1411.json --- domains/lnminh1411.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lnminh1411.json b/domains/lnminh1411.json index dc705f2df..8615d05e7 100644 --- a/domains/lnminh1411.json +++ b/domains/lnminh1411.json @@ -6,7 +6,7 @@ "discord": "cvn2484" }, "record": { - "A": "[ + "A": [ "185.199.108.153", "185.199.109.153", "185.199.110.153", From 24ea5917b2a21260641567a9e217e2dc9db4fb4f Mon Sep 17 00:00:00 2001 From: Alecks20 <109296824+Alecks20@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:26:48 +0800 Subject: [PATCH 03/10] Register alecks.is-a.dev --- domains/alecks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/alecks.json diff --git a/domains/alecks.json b/domains/alecks.json new file mode 100644 index 000000000..9ae7a22a4 --- /dev/null +++ b/domains/alecks.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Alecks20", + "email": "109296824+Alecks20@users.noreply.github.com", + "discord": "612522818294251522" + }, + + "record": { + "CNAME": "euphoria.alecks.dev" + } + } + \ No newline at end of file From 13f9d839cac3675e5005d6f8c41e0c86e4e9bffd Mon Sep 17 00:00:00 2001 From: Paul Andrew <75168528+NotKaskus@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:04:26 +0800 Subject: [PATCH 04/10] Create _discord.paul.json --- domains/_discord.paul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.paul.json diff --git a/domains/_discord.paul.json b/domains/_discord.paul.json new file mode 100644 index 000000000..4f6f6efb3 --- /dev/null +++ b/domains/_discord.paul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotKaskus", + "email": "kaskus45@proton.me" + }, + "record": { + "TXT": "dh=47c4b20ad8d876bd40060dd5cee8a4a201378626" + } +} From e912ef4fc93e7fdd20f18f439d310028ff6011ed Mon Sep 17 00:00:00 2001 From: cuxdi Date: Sat, 6 Jul 2024 13:19:35 +0800 Subject: [PATCH 05/10] Register cuxdi.is-a.dev --- domains/cuxdi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cuxdi.json diff --git a/domains/cuxdi.json b/domains/cuxdi.json new file mode 100644 index 000000000..1f606119c --- /dev/null +++ b/domains/cuxdi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "cuxdii", + "email": "vihar2408+2@gmail.com", + "discord": "1156381555875385484" + }, + + "record": { + "CNAME": "https://cuxdii.github.io/" + } + } + \ No newline at end of file From dd2a1f0518a8e0cc2406fe8aa0395295e7be2e75 Mon Sep 17 00:00:00 2001 From: Raafey Raza <95968156+RaafeyRaza@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:11:23 +0500 Subject: [PATCH 06/10] Update raafey.json Added MX and SPF records --- domains/raafey.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/domains/raafey.json b/domains/raafey.json index 11b8b441b..7b6e0b5ac 100644 --- a/domains/raafey.json +++ b/domains/raafey.json @@ -3,8 +3,14 @@ "username": "RaafeyRaza", "email": "raafeyraza1@gmail.com" }, - "record": { - "A": ["69.197.135.202"] + "A": ["69.197.135.202"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } } From b50b706639a3ef26dfd41f4353dab5d76eee1e63 Mon Sep 17 00:00:00 2001 From: Alecks20 <109296824+Alecks20@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:39:25 +0800 Subject: [PATCH 07/10] Changed contact email on alecks.is-a.dev Removed no-reply email as requested --- domains/alecks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/alecks.json b/domains/alecks.json index 9ae7a22a4..367bdd996 100644 --- a/domains/alecks.json +++ b/domains/alecks.json @@ -1,7 +1,7 @@ { "owner": { "username": "Alecks20", - "email": "109296824+Alecks20@users.noreply.github.com", + "email": "contact@alecks.dev", "discord": "612522818294251522" }, @@ -9,4 +9,4 @@ "CNAME": "euphoria.alecks.dev" } } - \ No newline at end of file + From 8690bdeb4bc7aa6e4b269c6e5266246f4c73fe39 Mon Sep 17 00:00:00 2001 From: cuxdi Date: Sat, 6 Jul 2024 18:14:39 +0800 Subject: [PATCH 08/10] Update cuxdi.json --- domains/cuxdi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/cuxdi.json b/domains/cuxdi.json index 1f606119c..a54f6dfec 100644 --- a/domains/cuxdi.json +++ b/domains/cuxdi.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://cuxdii.github.io/" + "CNAME": "cuxdii.github.io/" } } - \ No newline at end of file + From 53fd6d534cb7b384f4add9ddfad55b2bd656059e Mon Sep 17 00:00:00 2001 From: cuxdi Date: Sat, 6 Jul 2024 18:17:25 +0800 Subject: [PATCH 09/10] Update cuxdi.json --- domains/cuxdi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cuxdi.json b/domains/cuxdi.json index a54f6dfec..a38f3098b 100644 --- a/domains/cuxdi.json +++ b/domains/cuxdi.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "cuxdii.github.io/" + "CNAME": "cuxdii.github.io" } } From 5938b701b53413e6f506b4288a55ab5f1d721351 Mon Sep 17 00:00:00 2001 From: Mr Sticky Piston <97804691+MrStickyPiston@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:31:12 +0200 Subject: [PATCH 10/10] Register _discord.mrstickypiston.is-a.dev --- domains/_discord.mrstickypiston.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_discord.mrstickypiston.json diff --git a/domains/_discord.mrstickypiston.json b/domains/_discord.mrstickypiston.json new file mode 100644 index 000000000..c846e3961 --- /dev/null +++ b/domains/_discord.mrstickypiston.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MrStickyPiston", + "email": "mr.sticky.piston@gmail.com", + "discord": "700766242268774471" + }, + + "record": { + "TXT": "dh=bf6dee9491a16ba5f5e3f6550e1fe4640843323e" + } + } + \ No newline at end of file