From 2268c6fdd6d1985ebc501211c40f94fa77cf4796 Mon Sep 17 00:00:00 2001 From: Zer0Dev <76405774+Zer0Dev-exe@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:02:30 +0100 Subject: [PATCH 01/30] Register zer0.is-a.dev --- domains/zer0.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zer0.json diff --git a/domains/zer0.json b/domains/zer0.json new file mode 100644 index 000000000..9d9cd38a8 --- /dev/null +++ b/domains/zer0.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Zer0Dev-exe", + "email": "igorlizaso16@gmail.com", + "discord": "817515739711406140" + }, + + "record": { + "CNAME": "https://zer0dev-exe.github.io/zer0isadev/" + } + } + \ No newline at end of file From 8ea97b89ce8e21f4f5d66e859964b2811dc79b0a Mon Sep 17 00:00:00 2001 From: Zer0Dev <76405774+Zer0Dev-exe@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:15:55 +0100 Subject: [PATCH 02/30] Update zer0.json --- domains/zer0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zer0.json b/domains/zer0.json index 9d9cd38a8..cfe8daaa3 100644 --- a/domains/zer0.json +++ b/domains/zer0.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://zer0dev-exe.github.io/zer0isadev/" + "CNAME": "zer0dev-exe.github.io" } } - \ No newline at end of file + From a1dbcb5fff6921e6bc3235d0d7fb23904e5ac51c Mon Sep 17 00:00:00 2001 From: Zer0Dev <76405774+Zer0Dev-exe@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:53:54 +0100 Subject: [PATCH 03/30] Update zer0.json Uh --- domains/zer0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zer0.json b/domains/zer0.json index cfe8daaa3..f38d7fbb3 100644 --- a/domains/zer0.json +++ b/domains/zer0.json @@ -1,7 +1,7 @@ { "owner": { "username": "Zer0Dev-exe", - "email": "igorlizaso16@gmail.com", + "email": "zero", "discord": "817515739711406140" }, From 1cc8151fea5742003e2a71313d5a46d8e361c638 Mon Sep 17 00:00:00 2001 From: ayekaden Date: Sat, 2 Dec 2023 23:56:33 -0500 Subject: [PATCH 04/30] feat(domain): kxden.is-a.dev --- domains/kxden.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kxden.json diff --git a/domains/kxden.json b/domains/kxden.json new file mode 100644 index 000000000..ee34a4496 --- /dev/null +++ b/domains/kxden.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ayekaden", + "email": "kadenfday91@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 386edbee6b889d474675125cf35812706b3d906d Mon Sep 17 00:00:00 2001 From: EddieCherian Date: Sat, 2 Dec 2023 22:59:51 -0600 Subject: [PATCH 05/30] feat(domain): magenta.is-a.dev --- domains/magenta.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/magenta.json diff --git a/domains/magenta.json b/domains/magenta.json new file mode 100644 index 000000000..a9038ed39 --- /dev/null +++ b/domains/magenta.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "EddieCherian", + "email": "eddiecherianj@gmail.com" + }, + "record": { + "URL": "magenta.com" + } +} From 40f3e4bc5741d11dc9f8b017703f48f6b981ed8c Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:39:53 +0800 Subject: [PATCH 06/30] Update fa-fifi.json --- domains/fa-fifi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/fa-fifi.json b/domains/fa-fifi.json index a40c9394f..be41afb25 100644 --- a/domains/fa-fifi.json +++ b/domains/fa-fifi.json @@ -1,9 +1,10 @@ { + "description": "Personal portfolio website", "owner": { "username": "fa-fifi", "email": "fafifi1997@gmail.com" }, "record": { - "TXT": "google-site-verification=aybl6pibwuv4qzq9kxmrjam9vfcq0iunrbx_aexpfve" + "CNAME": "fa-fifi.github.io" } } From 251e74a86c88291cff22bcc0513168843bb8c964 Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:41:14 +0800 Subject: [PATCH 07/30] Create _github-pages-challenge-fa-fifi.fa-fifi.json --- domains/_github-pages-challenge-fa-fifi.fa-fifi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-fa-fifi.fa-fifi.json diff --git a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json new file mode 100644 index 000000000..088cebcb7 --- /dev/null +++ b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json @@ -0,0 +1,10 @@ +{ + "description": "Github page domain verification", + "owner": { + "username": "fa-fifi", + "email": "fafifi1997@gmail.com" + }, + "record": { + "TXT": "4076c15aac94a89c1a131d252cf368" + } +} From a14858bbc68ffaa21ed07e0cdd72c3ebd8498a29 Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:43:13 +0530 Subject: [PATCH 08/30] Create mrjunkyz.json --- domains/mrjunkyz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mrjunkyz.json diff --git a/domains/mrjunkyz.json b/domains/mrjunkyz.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/mrjunkyz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From b684600e6a169b35e678747e1fe121366c33f058 Mon Sep 17 00:00:00 2001 From: Onlive1337 Date: Sun, 3 Dec 2023 11:39:05 +0500 Subject: [PATCH 09/30] feat(domain): onlive.is-a.dev --- domains/onlive.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/onlive.json diff --git a/domains/onlive.json b/domains/onlive.json new file mode 100644 index 000000000..7d9b778fe --- /dev/null +++ b/domains/onlive.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Onlive1337", + "email": "tabdulov2006@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From f9c8a73421f44c41f8ec86a7b0e65a8170b8a4da Mon Sep 17 00:00:00 2001 From: Sarvesh M Rao <49156390+Sarveshmrao@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:38:37 +0530 Subject: [PATCH 10/30] Register sarveshmrao.is-a.dev --- domains/sarveshmrao.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sarveshmrao.json diff --git a/domains/sarveshmrao.json b/domains/sarveshmrao.json new file mode 100644 index 000000000..8c51cc409 --- /dev/null +++ b/domains/sarveshmrao.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Sarveshmrao", + "email": "mraosarvesh@gmail.com", + "discord": "565197034034954251" + }, + + "record": { + "CNAME": "sarveshmrao.in" + } + } + \ No newline at end of file From da413668cc149a4c0c6ec9107a810ba007c5b827 Mon Sep 17 00:00:00 2001 From: Sarvesh M Rao <49156390+Sarveshmrao@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:41:57 +0530 Subject: [PATCH 11/30] Update sarveshmrao.json --- domains/sarveshmrao.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sarveshmrao.json b/domains/sarveshmrao.json index 8c51cc409..d8f117880 100644 --- a/domains/sarveshmrao.json +++ b/domains/sarveshmrao.json @@ -1,7 +1,7 @@ { "owner": { "username": "Sarveshmrao", - "email": "mraosarvesh@gmail.com", + "email": "hostmaster@sarveshmrao.in", "discord": "565197034034954251" }, @@ -9,4 +9,4 @@ "CNAME": "sarveshmrao.in" } } - \ No newline at end of file + From eb6612a8acd921ac64b9b321165a57bf41fb003f Mon Sep 17 00:00:00 2001 From: Heroku403 Date: Sun, 3 Dec 2023 13:07:44 +0530 Subject: [PATCH 12/30] feat(domain): apanel.is-a.dev --- domains/apanel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/apanel.json diff --git a/domains/apanel.json b/domains/apanel.json new file mode 100644 index 000000000..98d4c5308 --- /dev/null +++ b/domains/apanel.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Heroku403", + "email": "juhisharma0757@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 6a051a91719215cfca16c94dbbebdd851fc4012a Mon Sep 17 00:00:00 2001 From: emredurak01 Date: Sun, 3 Dec 2023 12:36:15 +0300 Subject: [PATCH 13/30] feat(domain): emre.is-a.dev --- domains/emre.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/emre.json diff --git a/domains/emre.json b/domains/emre.json new file mode 100644 index 000000000..70a07680e --- /dev/null +++ b/domains/emre.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "emredurak01", + "email": "emredurak01@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 5cfaa64c6cdb0dca842c32ed7461c0cfc179810b Mon Sep 17 00:00:00 2001 From: hellaz Date: Sun, 3 Dec 2023 12:34:13 +0200 Subject: [PATCH 14/30] feat(domain): hellaz.is-a.dev --- domains/hellaz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hellaz.json diff --git a/domains/hellaz.json b/domains/hellaz.json new file mode 100644 index 000000000..5075a2840 --- /dev/null +++ b/domains/hellaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hellaz", + "email": "hellaz.team@gmail.com" + }, + "record": { + "URL": "https://hellaz.net" + } +} From b405168b3f55cc03cffe1990be20c1672460a6a4 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:00:51 +0200 Subject: [PATCH 15/30] Create _discord.cutedog5695 --- domains/_discord.cutedog5695 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_discord.cutedog5695 diff --git a/domains/_discord.cutedog5695 b/domains/_discord.cutedog5695 new file mode 100644 index 000000000..a5a5a6012 --- /dev/null +++ b/domains/_discord.cutedog5695 @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CuteDog5695", + "email": "cutedog5695@gmail.com", + "discord": "cutedog5695", + "twitter": "cutedog5695" + }, + "record": { + "TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045" + } +} From 7d27230d23218035b1aaf0a2eb7fbef570d1750e Mon Sep 17 00:00:00 2001 From: Danutz <104089032+DynoW@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:12:42 +0200 Subject: [PATCH 16/30] spf --- domains/stefan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/stefan.json b/domains/stefan.json index 2a39dd176..63953e825 100644 --- a/domains/stefan.json +++ b/domains/stefan.json @@ -7,6 +7,6 @@ "record": { "URL": "https://dyno.is-a.dev", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=naffets0@gmail.com" + "TXT": ["forward-email=naffets0@gmail.com", "v=spf1 a mx include:spf.forwardemail.net include:_spf.google.com -all"] } } From 76239d9e044d29b6c84db575bc5a446e78827f4b Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:53:11 +0200 Subject: [PATCH 17/30] Rename _discord.cutedog5695 to _discord.cutedog5695.json --- domains/{_discord.cutedog5695 => _discord.cutedog5695.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.cutedog5695 => _discord.cutedog5695.json} (100%) diff --git a/domains/_discord.cutedog5695 b/domains/_discord.cutedog5695.json similarity index 100% rename from domains/_discord.cutedog5695 rename to domains/_discord.cutedog5695.json From bec8e1c4249347aeeb58c6cb5c2082861fe94745 Mon Sep 17 00:00:00 2001 From: Akshat Bahuguna <39855759+noob0701@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:34:55 +0530 Subject: [PATCH 18/30] feat(domain): add `akshat.is-a.dev` --- domains/akshat.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/akshat.json diff --git a/domains/akshat.json b/domains/akshat.json new file mode 100644 index 000000000..d7bc03d75 --- /dev/null +++ b/domains/akshat.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "noob0701", + "email": "akshat250870@gmail.com" + }, + + "record": { + "CNAME": "main.dfn6axfpgkelx.amplifyapp.com" + } +} From d7e3eb5a7dfe278bb5b1af69a3ae5a4b18e80ea5 Mon Sep 17 00:00:00 2001 From: n1ghtmare3301 Date: Sun, 3 Dec 2023 19:43:53 +0530 Subject: [PATCH 19/30] feat(domain): n1ghtmare.is-a.dev --- domains/n1ghtmare.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/n1ghtmare.json diff --git a/domains/n1ghtmare.json b/domains/n1ghtmare.json new file mode 100644 index 000000000..8a2196257 --- /dev/null +++ b/domains/n1ghtmare.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "n1ghtmare3301", + "email": "n1ghtmare3301@proton.me" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 9169712df30c68c12bdfcb189dc315a3708cc91b Mon Sep 17 00:00:00 2001 From: c22dev Date: Sun, 3 Dec 2023 15:29:44 +0100 Subject: [PATCH 20/30] feat(domain): c22.is-a.dev --- domains/c22.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/c22.json diff --git a/domains/c22.json b/domains/c22.json new file mode 100644 index 000000000..9eba55449 --- /dev/null +++ b/domains/c22.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "c22dev", + "email": "constclerc@gmail.com" + }, + "record": { + "CNAME": "964dab70-f6cd-45f1-a896-af0276fa4d15.id.repl.co" + } +} From 503193785957d5e8d764150175a6e44159b7ef98 Mon Sep 17 00:00:00 2001 From: ltong4867 Date: Sun, 3 Dec 2023 09:33:26 -0500 Subject: [PATCH 21/30] feat(domain): vertex.is-a.dev --- domains/vertex.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/vertex.json diff --git a/domains/vertex.json b/domains/vertex.json new file mode 100644 index 000000000..de7673554 --- /dev/null +++ b/domains/vertex.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ltong4867", + "email": "ltong4867@inst.hcpss.org" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From d27de5ee4646d1d0cc1444c179e8face9b3eeb6a Mon Sep 17 00:00:00 2001 From: n1ghtmare3301 <152791691+n1ghtmare3301@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:37:03 +0530 Subject: [PATCH 22/30] Update n1ghtmare.json --- domains/n1ghtmare.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/n1ghtmare.json b/domains/n1ghtmare.json index 8a2196257..4dcec9c31 100644 --- a/domains/n1ghtmare.json +++ b/domains/n1ghtmare.json @@ -4,9 +4,6 @@ "email": "n1ghtmare3301@proton.me" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "n1ghtmare3301.github.io" } -} \ No newline at end of file +} From d2a9410dec01ee263d1a141b1400b93678fa6a1e Mon Sep 17 00:00:00 2001 From: Sunny-unik Date: Sun, 3 Dec 2023 22:30:20 +0530 Subject: [PATCH 23/30] feat(domain): sunny.is-a.dev --- domains/sunny.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sunny.json diff --git a/domains/sunny.json b/domains/sunny.json new file mode 100644 index 000000000..33db6cd46 --- /dev/null +++ b/domains/sunny.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Sunny-unik", + "email": "sunnygandhwani027@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 7520ca24671390dea8c984f47f2e117cb39f7e03 Mon Sep 17 00:00:00 2001 From: c22dev Date: Sun, 3 Dec 2023 19:36:53 +0100 Subject: [PATCH 24/30] feat(domain): c22.is-a.dev --- domains/c22.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/c22.json b/domains/c22.json index 9eba55449..8c3829c02 100644 --- a/domains/c22.json +++ b/domains/c22.json @@ -4,6 +4,9 @@ "email": "constclerc@gmail.com" }, "record": { - "CNAME": "964dab70-f6cd-45f1-a896-af0276fa4d15.id.repl.co" + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 7c0a47e8e490eadc3b1b6717c5060266cae907c6 Mon Sep 17 00:00:00 2001 From: c22dev Date: Sun, 3 Dec 2023 19:40:54 +0100 Subject: [PATCH 25/30] feat(domain): cclerc.is-a.dev --- domains/cclerc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cclerc.json diff --git a/domains/cclerc.json b/domains/cclerc.json new file mode 100644 index 000000000..9eba55449 --- /dev/null +++ b/domains/cclerc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "c22dev", + "email": "constclerc@gmail.com" + }, + "record": { + "CNAME": "964dab70-f6cd-45f1-a896-af0276fa4d15.id.repl.co" + } +} From 2d5260d0a27a3019a345cb1cb9fdeb86575b1d47 Mon Sep 17 00:00:00 2001 From: jamesisacutedog <114761435+jamesisacutedog@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:04:07 +0000 Subject: [PATCH 26/30] Delete jamez.is-a.dev --- domains/jamez.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/jamez.json diff --git a/domains/jamez.json b/domains/jamez.json deleted file mode 100644 index c392e4547..000000000 --- a/domains/jamez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jamesisacutedog", - "email": "jamezemailreal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From d2e3c074265a737d0c7ac2618c96e1b77078dad7 Mon Sep 17 00:00:00 2001 From: jamesisacutedog Date: Sun, 3 Dec 2023 19:05:42 +0000 Subject: [PATCH 27/30] feat(domain): pinkyplant.is-a.dev --- domains/pinkyplant.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pinkyplant.json diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json new file mode 100644 index 000000000..677f44eea --- /dev/null +++ b/domains/pinkyplant.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "jamesisacutedog", + "email": "jamezemailreal@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 1b891b530c00b8e5f3326da8c26a67bbd5069987 Mon Sep 17 00:00:00 2001 From: seanconroy2021 Date: Sun, 3 Dec 2023 19:06:47 +0000 Subject: [PATCH 28/30] feat(domain): seanconroy.is-a.dev --- domains/seanconroy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/seanconroy.json diff --git a/domains/seanconroy.json b/domains/seanconroy.json new file mode 100644 index 000000000..7fb22b975 --- /dev/null +++ b/domains/seanconroy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "seanconroy2021", + "email": "github@seanconroy.link" + }, + "record": { + "URL": "seanconroy.link" + } +} From 892693c2459bba194fab8da5de41eebedc7099d6 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:12:28 -0500 Subject: [PATCH 29/30] Update seanconroy.json --- domains/seanconroy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/seanconroy.json b/domains/seanconroy.json index 7fb22b975..2ee2cab41 100644 --- a/domains/seanconroy.json +++ b/domains/seanconroy.json @@ -4,6 +4,6 @@ "email": "github@seanconroy.link" }, "record": { - "URL": "seanconroy.link" + "URL": "https://seanconroy.link" } } From 10cec7d31699c6e76d71c2339c4dbe8eab4b84f1 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:13:43 -0500 Subject: [PATCH 30/30] Update magenta.json --- domains/magenta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/magenta.json b/domains/magenta.json index a9038ed39..edb89124e 100644 --- a/domains/magenta.json +++ b/domains/magenta.json @@ -4,6 +4,6 @@ "email": "eddiecherianj@gmail.com" }, "record": { - "URL": "magenta.com" + "URL": "https://magenta.com" } }