From a146f22012e735b17252055063121f207753abb5 Mon Sep 17 00:00:00 2001 From: Jirafey Date: Tue, 26 Dec 2023 14:46:37 +0100 Subject: [PATCH 01/20] feat(domain): jirafey.is-a.dev --- domains/jirafey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jirafey.json diff --git a/domains/jirafey.json b/domains/jirafey.json new file mode 100644 index 000000000..1027bb619 --- /dev/null +++ b/domains/jirafey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jirafey", + "email": "jirafey@gmail.com" + }, + "record": { + "CNAME": "123" + } +} From b0b57b8828e39fc0da2abc5e892c697360219aaf Mon Sep 17 00:00:00 2001 From: Grzegorz Kmita Date: Tue, 26 Dec 2023 15:03:32 +0100 Subject: [PATCH 02/20] Update jirafey.json --- domains/jirafey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jirafey.json b/domains/jirafey.json index 1027bb619..6d93898e6 100644 --- a/domains/jirafey.json +++ b/domains/jirafey.json @@ -4,6 +4,6 @@ "email": "jirafey@gmail.com" }, "record": { - "CNAME": "123" + "CNAME": "jirafey.github.io" } } From 1895f31ea452baf175458b8d7c07d54420480648 Mon Sep 17 00:00:00 2001 From: Rtxeon <87909941+Rtxeon@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:14:35 +0530 Subject: [PATCH 03/20] Update rtxeon.json for mail, with a record instead of cname --- domains/rtxeon.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/rtxeon.json b/domains/rtxeon.json index 18ffbd525..17d3c38d1 100644 --- a/domains/rtxeon.json +++ b/domains/rtxeon.json @@ -4,6 +4,13 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "CNAME": "rtxeon-portfolio-isadev.onrender.com" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.111.153", + "185.199.110.153" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From f4252fd59ca622034f4e7f8d3e7fb7ad4de23aa7 Mon Sep 17 00:00:00 2001 From: Rtxeon <87909941+Rtxeon@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:16:06 +0530 Subject: [PATCH 04/20] Update rtxeon.json fo --- domains/rtxeon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/rtxeon.json b/domains/rtxeon.json index 17d3c38d1..e34a027dc 100644 --- a/domains/rtxeon.json +++ b/domains/rtxeon.json @@ -10,7 +10,9 @@ "185.199.111.153", "185.199.110.153" ], - "MX": ["mail.is-a.dev"], + "MX": [ + "mail.is-a.dev" + ], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 8ad8a995d4427c33fa4fc6d8a5116b63fae0e5f0 Mon Sep 17 00:00:00 2001 From: codernocook <90613458+codernocook@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:55:09 +0000 Subject: [PATCH 05/20] Create itzporium.json --- domains/itzporium.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/itzporium.json diff --git a/domains/itzporium.json b/domains/itzporium.json new file mode 100644 index 000000000..ad00c6e08 --- /dev/null +++ b/domains/itzporium.json @@ -0,0 +1,13 @@ +{ + "description": "This subdomain is used for my personal website, just for a portfolio.", + "repo": "https://github.com/codernocook/codernocook.github.io", + "owner": { + "username": "codernocook", + "email": "poriumbox@fbi.ac", + "twitter": false, + "discord": "Itzporium#9655" + }, + "record": { + "CNAME": "codernocook.github.io" + } +} From da01723bdbcf4da5546a82d7d5408cf2c1fd95da Mon Sep 17 00:00:00 2001 From: codernocook <90613458+codernocook@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:22:50 +0700 Subject: [PATCH 06/20] feat(domain): add `itzporium.is-a.dev.is-a.dev` --- domains/itzporium.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/itzporium.is-a.dev.json diff --git a/domains/itzporium.is-a.dev.json b/domains/itzporium.is-a.dev.json new file mode 100644 index 000000000..c499709e4 --- /dev/null +++ b/domains/itzporium.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "codernocook", + "email": "undefined" + }, + + "record": { + "CNAME": "codernocook.github.io" + } +} From 40072a1f1bcd958986e596387180966b45bcf54f Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:31:33 +0800 Subject: [PATCH 07/20] feat: update my domains --- domains/_github-pages-challenge-wdhdev.data.json | 4 ++-- domains/_github-pages-challenge-wdhdev.raw-api.json | 6 +++--- domains/api.json | 4 ++-- domains/data.json | 4 ++-- domains/status.json | 4 ++-- domains/william.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/domains/_github-pages-challenge-wdhdev.data.json b/domains/_github-pages-challenge-wdhdev.data.json index 36d8e3f0a..86f2c99cc 100644 --- a/domains/_github-pages-challenge-wdhdev.data.json +++ b/domains/_github-pages-challenge-wdhdev.data.json @@ -1,7 +1,7 @@ { "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" + "username": "wdhdev", + "email": "william@williamharrison.dev" }, "record": { diff --git a/domains/_github-pages-challenge-wdhdev.raw-api.json b/domains/_github-pages-challenge-wdhdev.raw-api.json index 0aeb7a4cf..9c0dbc10a 100644 --- a/domains/_github-pages-challenge-wdhdev.raw-api.json +++ b/domains/_github-pages-challenge-wdhdev.raw-api.json @@ -1,10 +1,10 @@ { "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" + "username": "wdhdev", + "email": "william@williamharrison.dev" }, "record": { - "TXT": "a6bc96312c4473df6c37f63d3e0fed" + "TXT": "f702ea064c3d034b70bb3576bba918" } } diff --git a/domains/api.json b/domains/api.json index 2afedf41e..942fee6dc 100644 --- a/domains/api.json +++ b/domains/api.json @@ -1,7 +1,7 @@ { "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" + "username": "wdhdev", + "email": "william@williamharrison.dev" }, "record": { diff --git a/domains/data.json b/domains/data.json index 10d14c84b..b704f1f2c 100644 --- a/domains/data.json +++ b/domains/data.json @@ -1,7 +1,7 @@ { "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" + "username": "wdhdev", + "email": "william@williamharrison.dev" }, "record": { diff --git a/domains/status.json b/domains/status.json index 9bdeca7ca..73451fc78 100644 --- a/domains/status.json +++ b/domains/status.json @@ -1,7 +1,7 @@ { "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" + "username": "wdhdev", + "email": "william@williamharrison.dev" }, "record": { "CNAME": "wdhdns.com" diff --git a/domains/william.json b/domains/william.json index c00dbdc57..d7e3070f6 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,6 +1,6 @@ { "owner": { - "username": "WilliamDavidHarrison", + "username": "wdhdev", "email": "william@williamharrison.dev" }, From dab0a6c51da59b467cbfd694baa3dac5003a06d3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 27 Dec 2023 19:32:19 +0800 Subject: [PATCH 08/20] Update _github-pages-challenge-wdhdev.data.json --- domains/_github-pages-challenge-wdhdev.data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-wdhdev.data.json b/domains/_github-pages-challenge-wdhdev.data.json index 86f2c99cc..b49214e4c 100644 --- a/domains/_github-pages-challenge-wdhdev.data.json +++ b/domains/_github-pages-challenge-wdhdev.data.json @@ -5,6 +5,6 @@ }, "record": { - "TXT": "98ab14aec3df26fb9b1626d584d5f5" + "TXT": "dd771e3f8e535c62bb471e3760dc66" } } From 734293e2f35eb6ab80b0f8e9634a9ac5b077d49d Mon Sep 17 00:00:00 2001 From: CrazyMax <127091629+Crazy-Max-Blog@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:33:04 +0400 Subject: [PATCH 09/20] Create rpi.crazymax.json --- domains/rpi.crazymax.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rpi.crazymax.json diff --git a/domains/rpi.crazymax.json b/domains/rpi.crazymax.json new file mode 100644 index 000000000..0e09d3a2b --- /dev/null +++ b/domains/rpi.crazymax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Crazy-Max-Blog", + "email": "Crazy-Max-2011@yandex.ru" + }, + "record": { + "URL": "crazymax.is-a.dev/rpi" + } +} From 4a9463438aa36815388fbdc5685be9823b8f8e0d Mon Sep 17 00:00:00 2001 From: Shing <40325341+ShingSemicolon@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:21:45 +0100 Subject: [PATCH 10/20] Create panel.shing.json --- domains/panel.shing.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/panel.shing.json diff --git a/domains/panel.shing.json b/domains/panel.shing.json new file mode 100644 index 000000000..052235500 --- /dev/null +++ b/domains/panel.shing.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ShingSemicolon", + "email": "Shing.XD.0602@gmail.com" + }, + "record": { + "A": ["150.136.114.225"], + "AAAA": ["2603:c020:400d:3e89:7825:8a70:6518:5c68"] + } +} From 9eee1ee95f6a0c3b11fd719743cf79105a0754f9 Mon Sep 17 00:00:00 2001 From: stanasxw Date: Wed, 27 Dec 2023 22:57:37 +0300 Subject: [PATCH 11/20] feat(domain): onvr.is-a.dev --- domains/onvr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/onvr.json diff --git a/domains/onvr.json b/domains/onvr.json new file mode 100644 index 000000000..67ac0c8e3 --- /dev/null +++ b/domains/onvr.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "stanasxw", + "email": "karnavald@outlook.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 24f240dd4c4c45b46c0d58b3fc34ecf453ec76fc Mon Sep 17 00:00:00 2001 From: ChankitSaini Date: Thu, 28 Dec 2023 01:57:22 +0530 Subject: [PATCH 12/20] feat(domain): chankit.is-a.dev --- domains/chankit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/chankit.json diff --git a/domains/chankit.json b/domains/chankit.json new file mode 100644 index 000000000..0eaec16e5 --- /dev/null +++ b/domains/chankit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ChankitSaini", + "email": "chankit@outlook.in" + }, + "record": { + "CNAME": "chankit.pages.dev" + } +} From 0fcb1924fe4d93f1a39471a4eb119f77591d1ac6 Mon Sep 17 00:00:00 2001 From: FDMZ17 Date: Thu, 28 Dec 2023 05:01:15 +0700 Subject: [PATCH 13/20] feat(domain): fakhri.is-a.dev --- domains/fakhri.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fakhri.json diff --git a/domains/fakhri.json b/domains/fakhri.json new file mode 100644 index 000000000..23deccf00 --- /dev/null +++ b/domains/fakhri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FDMZ17", + "email": "devoloper.fdmz17@gmail.com" + }, + "record": { + "CNAME": "fdmz17.github.io" + } +} From 4a3a396c094ca5333e118c8c7c5d8b6e26a7383b Mon Sep 17 00:00:00 2001 From: idrkwhotbh Date: Wed, 27 Dec 2023 16:54:36 -0600 Subject: [PATCH 14/20] feat(domain): idrkwhotbh.is-a.dev --- domains/idrkwhotbh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/idrkwhotbh.json diff --git a/domains/idrkwhotbh.json b/domains/idrkwhotbh.json new file mode 100644 index 000000000..bd24c2b97 --- /dev/null +++ b/domains/idrkwhotbh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "idrkwhotbh", + "email": "nitronoobbros1@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 1d636306a7677e636f5b732a3f95d76703d393ff Mon Sep 17 00:00:00 2001 From: Kusindra Aji Rabbany Date: Thu, 28 Dec 2023 08:23:15 +0700 Subject: [PATCH 15/20] add MX and TXT record to ben.is-a.dev for improvmx --- domains/ben.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/ben.json b/domains/ben.json index f0a9bbc2c..c90c5ee9b 100644 --- a/domains/ben.json +++ b/domains/ben.json @@ -5,6 +5,11 @@ }, "record": { - "CNAME": "justpiple.github.io" + "CNAME": "justpiple.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 72dcf28fabd1a934a54f21d4df955449f5a9eb35 Mon Sep 17 00:00:00 2001 From: Kusindra Aji Rabbany Date: Thu, 28 Dec 2023 08:33:23 +0700 Subject: [PATCH 16/20] Update ben.json --- domains/ben.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/ben.json b/domains/ben.json index c90c5ee9b..4a292e468 100644 --- a/domains/ben.json +++ b/domains/ben.json @@ -3,7 +3,6 @@ "username": "justpiple", "email": "me@benspace.xyz" }, - "record": { "CNAME": "justpiple.github.io", "MX": [ From bd0775cf4deb9f88f59f4248d7ad43c4d9921145 Mon Sep 17 00:00:00 2001 From: Kusindra Aji Rabbany Date: Thu, 28 Dec 2023 09:11:51 +0700 Subject: [PATCH 17/20] change CNAME to A records --- domains/ben.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/ben.json b/domains/ben.json index 4a292e468..c963c0b92 100644 --- a/domains/ben.json +++ b/domains/ben.json @@ -4,7 +4,12 @@ "email": "me@benspace.xyz" }, "record": { - "CNAME": "justpiple.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From c5b304979976ba1181026fabd12ed271e18f109d Mon Sep 17 00:00:00 2001 From: hackermon Date: Wed, 27 Dec 2023 21:21:40 -0500 Subject: [PATCH 18/20] Update rpi.crazymax.json add protocol --- domains/rpi.crazymax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rpi.crazymax.json b/domains/rpi.crazymax.json index 0e09d3a2b..48c7b5849 100644 --- a/domains/rpi.crazymax.json +++ b/domains/rpi.crazymax.json @@ -4,6 +4,6 @@ "email": "Crazy-Max-2011@yandex.ru" }, "record": { - "URL": "crazymax.is-a.dev/rpi" + "URL": "http://crazymax.is-a.dev/rpi" } } From 1cdcf5ba740fd17f2908e9c12d389552fde5e319 Mon Sep 17 00:00:00 2001 From: hackermon Date: Wed, 27 Dec 2023 21:24:01 -0500 Subject: [PATCH 19/20] Delete domains/itzporium.is-a.dev.json --- domains/itzporium.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/itzporium.is-a.dev.json diff --git a/domains/itzporium.is-a.dev.json b/domains/itzporium.is-a.dev.json deleted file mode 100644 index c499709e4..000000000 --- a/domains/itzporium.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "codernocook", - "email": "undefined" - }, - - "record": { - "CNAME": "codernocook.github.io" - } -} From 55525f8188f3756807a9c4cb96a8e23b4058d0dd Mon Sep 17 00:00:00 2001 From: thunderarch Date: Thu, 28 Dec 2023 08:01:28 +0530 Subject: [PATCH 20/20] feat(domain): thunder.is-a.dev --- domains/thunder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thunder.json diff --git a/domains/thunder.json b/domains/thunder.json new file mode 100644 index 000000000..75177fda6 --- /dev/null +++ b/domains/thunder.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thunderarch", + "email": "thunderarch77@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