From c1d1b5511eb9e8f9f420ec642e399b42ad2de305 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 10 Apr 2024 09:23:17 +0300 Subject: [PATCH 1/8] Update youfoundalpha.json --- domains/youfoundalpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json index 1ac951473..e19fa1dd0 100644 --- a/domains/youfoundalpha.json +++ b/domains/youfoundalpha.json @@ -8,7 +8,7 @@ "Mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { - "A": ["89.106.200.1"], + "CNAME": "https://ap.yfadev.pw", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 1e9f13c295e19fabd92f5cfab095cbcc50480805 Mon Sep 17 00:00:00 2001 From: devops-riku Date: Wed, 10 Apr 2024 22:40:26 +0800 Subject: [PATCH 2/8] feat(domain): rikubot.is-a.dev --- domains/rikubot.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rikubot.json diff --git a/domains/rikubot.json b/domains/rikubot.json new file mode 100644 index 000000000..60d60cfd4 --- /dev/null +++ b/domains/rikubot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "devops-riku", + "email": "egermino.riku@gmail.com" + }, + "record": { + "CNAME": "rikudev.cloud" + } +} From dfc6bd7201b613ac2f3f89ca5478c6304f292396 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 10 Apr 2024 22:55:12 +0300 Subject: [PATCH 3/8] Update youfoundalpha.json --- domains/youfoundalpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json index e19fa1dd0..e2fb6b901 100644 --- a/domains/youfoundalpha.json +++ b/domains/youfoundalpha.json @@ -8,7 +8,7 @@ "Mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { - "CNAME": "https://ap.yfadev.pw", + "URL": "https://ap.yfadev.pw", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 901312141cc28dbad6f0227b522691eb1e4efcdd Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Thu, 11 Apr 2024 05:57:16 +0800 Subject: [PATCH 4/8] Register _discord.dwigoric.is-a.dev --- domains/_discord.dwigoric.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_discord.dwigoric.json diff --git a/domains/_discord.dwigoric.json b/domains/_discord.dwigoric.json new file mode 100644 index 000000000..f1c05b856 --- /dev/null +++ b/domains/_discord.dwigoric.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dwigoric", + "email": "dwigoric@gmail.com", + "discord": "295391820744228867" + }, + + "record": { + "TXT": "dh=0dbe5579faf14819c58607e423f955be71311f60" + } + } + \ No newline at end of file From 4de7a644f0941842539563bcc3016c263c1ac647 Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Thu, 11 Apr 2024 05:58:58 +0800 Subject: [PATCH 5/8] chore: update email --- domains/_discord.dwigoric.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_discord.dwigoric.json b/domains/_discord.dwigoric.json index f1c05b856..a9b2c3a9b 100644 --- a/domains/_discord.dwigoric.json +++ b/domains/_discord.dwigoric.json @@ -1,7 +1,7 @@ { "owner": { "username": "Dwigoric", - "email": "dwigoric@gmail.com", + "email": "dwigoric@pm.me", "discord": "295391820744228867" }, @@ -9,4 +9,4 @@ "TXT": "dh=0dbe5579faf14819c58607e423f955be71311f60" } } - \ No newline at end of file + From 2b05a5938dc9450983938ae081e277ca22b2fe55 Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 10 Apr 2024 22:40:48 -0400 Subject: [PATCH 6/8] Create krishnan.json --- domains/krishnan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/krishnan.json diff --git a/domains/krishnan.json b/domains/krishnan.json new file mode 100644 index 000000000..4d72ed5ed --- /dev/null +++ b/domains/krishnan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "krishnans2006", + "email": "krishnans2006@gmail.com" + }, + "record": { + "A": [ + "216.24.57.1" + ] + } +} From 094be891c2135434e8c7ababd9260c6aad45f2cd Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Thu, 11 Apr 2024 14:58:30 +0800 Subject: [PATCH 7/8] Register joshua.is-a.dev --- domains/joshua.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/joshua.json diff --git a/domains/joshua.json b/domains/joshua.json new file mode 100644 index 000000000..9d091a4d1 --- /dev/null +++ b/domains/joshua.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dwigoric", + "email": "dwigoric@pm.me", + "discord": "295391820744228867" + }, + + "record": { + "CNAME": "dwigoric.pages.dev" + } + } + \ No newline at end of file From 1bbd2a39af4eaa450fd1388f257aa3f5a0ee3862 Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Thu, 11 Apr 2024 16:53:59 +0800 Subject: [PATCH 8/8] Register _discord.joshua.is-a.dev --- domains/_discord.joshua.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_discord.joshua.json diff --git a/domains/_discord.joshua.json b/domains/_discord.joshua.json new file mode 100644 index 000000000..7ff0c50b7 --- /dev/null +++ b/domains/_discord.joshua.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dwigoric", + "email": "dwigoric@gmail.com", + "discord": "295391820744228867" + }, + + "record": { + "TXT": "dh=091e5d13b0f360e03d1ae8a746c5bed81da680e2" + } + } + \ No newline at end of file