From 42f8a9e00a59fc861c2e500487f87acad330b287 Mon Sep 17 00:00:00 2001 From: MRJ Badshah <69976020+MRJ-Badshah@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:33:01 +0530 Subject: [PATCH 01/59] feat(domain): add `ytdl.mrj.is-a.dev` --- domains/ytdl.mrj.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ytdl.mrj.json diff --git a/domains/ytdl.mrj.json b/domains/ytdl.mrj.json new file mode 100644 index 000000000..4e1b174d6 --- /dev/null +++ b/domains/ytdl.mrj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MRJ-Badshah", + "email": "illegalhacker2.0@gmail.com" + }, + + "record": { + "TXT": "vc-domain-verify=ytdl.mrj.is-a.dev,7b9869b866a90ffba395" + } +} From 9a1f01b5b50ed71663ef48376c339f5157eade8b Mon Sep 17 00:00:00 2001 From: Rxflex Date: Sun, 17 Dec 2023 21:51:23 +0100 Subject: [PATCH 02/59] feat(domain): wzrd.is-a.dev --- domains/wzrd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wzrd.json diff --git a/domains/wzrd.json b/domains/wzrd.json new file mode 100644 index 000000000..9b8a269a6 --- /dev/null +++ b/domains/wzrd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rxflex", + "email": "andreysuew@gmail.com" + }, + "record": { + "CNAME": "musical-arithmetic-19ab6f.netlify.app" + } +} From a07540c0b5bfebc56fb3271e072113eb8a567312 Mon Sep 17 00:00:00 2001 From: MRJ Badshah <69976020+MRJ-Badshah@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:26:52 +0530 Subject: [PATCH 03/59] feat(domain): add `mrjbadshah.is-a.dev` --- domains/mrjbadshah.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mrjbadshah.json diff --git a/domains/mrjbadshah.json b/domains/mrjbadshah.json new file mode 100644 index 000000000..749881772 --- /dev/null +++ b/domains/mrjbadshah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MRJ-Badshah", + "email": "illegalhacker2.0@gmail.com" + }, + + "record": { + "A": ["1.1.1.1"] + } +} From 10ad4e4bab156e325d29010920e02ddcc43561ff Mon Sep 17 00:00:00 2001 From: MRJ Badshah <69976020+MRJ-Badshah@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:51:24 +0530 Subject: [PATCH 04/59] Update ytdl.mrj.json --- domains/ytdl.mrj.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ytdl.mrj.json b/domains/ytdl.mrj.json index 4e1b174d6..2c852fce1 100644 --- a/domains/ytdl.mrj.json +++ b/domains/ytdl.mrj.json @@ -5,6 +5,6 @@ }, "record": { - "TXT": "vc-domain-verify=ytdl.mrj.is-a.dev,7b9869b866a90ffba395" + "TXT": "" } } From 1241f857a27f73e0035721548e86d3e7bc67003b Mon Sep 17 00:00:00 2001 From: LejhandG Date: Tue, 26 Dec 2023 11:22:18 +0530 Subject: [PATCH 05/59] feat(domain): dhruv.is-a.dev --- domains/dhruv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dhruv.json diff --git a/domains/dhruv.json b/domains/dhruv.json new file mode 100644 index 000000000..af9d53233 --- /dev/null +++ b/domains/dhruv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LejhandG", + "email": "dhruvbhanushali5621@gmail.com" + }, + "record": { + "CNAME": "lejhandg.github.io" + } +} From a8d9cd7083d8f265a2c28d7297a67a9bab550292 Mon Sep 17 00:00:00 2001 From: P R HARSHITH <68686347+prharshith@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:06:33 +0530 Subject: [PATCH 06/59] Update prharshith.json --- domains/prharshith.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/prharshith.json b/domains/prharshith.json index 570a44d18..db0b2efac 100644 --- a/domains/prharshith.json +++ b/domains/prharshith.json @@ -1,12 +1,10 @@ { "owner": { "username": "prharshith", - "email": "prharshith37@gmail.com" + "email": "prharshith37@gmail.com", + "twitter": "prharshith37" }, "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": "prharshith.pages.dev" } -} \ No newline at end of file +} \ No newline at end of file From fc9ac6d5e75148aaeee7c548eceb22e4ef402372 Mon Sep 17 00:00:00 2001 From: zshmeta Date: Tue, 26 Dec 2023 07:49:19 +0100 Subject: [PATCH 07/59] feat(domain): zshmeta.is-a.dev --- domains/zshmeta.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zshmeta.json diff --git a/domains/zshmeta.json b/domains/zshmeta.json new file mode 100644 index 000000000..a6eae2439 --- /dev/null +++ b/domains/zshmeta.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zshmeta", + "email": "zshmeta@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 e78dbc78635c6791f41974fe6b1f6f6be9bc0a86 Mon Sep 17 00:00:00 2001 From: zshmeta Date: Tue, 26 Dec 2023 07:53:13 +0100 Subject: [PATCH 08/59] feat(domain): belka.is-a.dev --- domains/belka.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/belka.json diff --git a/domains/belka.json b/domains/belka.json new file mode 100644 index 000000000..2c71953b8 --- /dev/null +++ b/domains/belka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zshmeta", + "email": "zshmeta@gmail.com" + }, + "record": { + "A": ["84.235.229.48"] + } +} From b5b06becbd07b57d9692c4080e0c96a0ef4b9e00 Mon Sep 17 00:00:00 2001 From: Nayan Kasturi Date: Tue, 26 Dec 2023 13:55:16 +0530 Subject: [PATCH 09/59] feat(domain): add `gnkbion.is-a.dev` --- domains/gnkbion.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/gnkbion.json diff --git a/domains/gnkbion.json b/domains/gnkbion.json new file mode 100644 index 000000000..0edc60ed1 --- /dev/null +++ b/domains/gnkbion.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "RaannaKasturi", + "email": "raannakasturi@gmail.com" + }, + + "record": { + "A": ["185.27.134.3"] + } +} From dd0bddd077e504c202496ce0f7c7607e0a27dbda Mon Sep 17 00:00:00 2001 From: demoxs Date: Tue, 26 Dec 2023 17:31:36 +0530 Subject: [PATCH 10/59] feat(domain): abhishekyadav.is-a.dev --- domains/abhishekyadav.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/abhishekyadav.json diff --git a/domains/abhishekyadav.json b/domains/abhishekyadav.json new file mode 100644 index 000000000..6899a9918 --- /dev/null +++ b/domains/abhishekyadav.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "demoxs", + "email": "devatjps@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 b3770fd580ce7ccfc400f4b3fd765e82253becca Mon Sep 17 00:00:00 2001 From: abdessattarElyagoubi Date: Tue, 26 Dec 2023 13:09:20 +0100 Subject: [PATCH 11/59] feat(domain): abdelghani.is-a.dev --- domains/abdelghani.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abdelghani.json diff --git a/domains/abdelghani.json b/domains/abdelghani.json new file mode 100644 index 000000000..e35dd9f69 --- /dev/null +++ b/domains/abdelghani.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdessattarElyagoubi", + "email": "abdeldroid2@gmail.com" + }, + "record": { + "CNAME": "abdessattar-elyagoubi.github.io" + } +} From 813ffe09ebd339a4fdf58f53166e80281a623dc0 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:19:14 +0800 Subject: [PATCH 12/59] Update and rename norkart1.json to mail.norkart.json --- domains/{norkart1.json => mail.norkart.json} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename domains/{norkart1.json => mail.norkart.json} (55%) diff --git a/domains/norkart1.json b/domains/mail.norkart.json similarity index 55% rename from domains/norkart1.json rename to domains/mail.norkart.json index 114867949..43401ac60 100644 --- a/domains/norkart1.json +++ b/domains/mail.norkart.json @@ -1,8 +1,7 @@ { "owner": { - "username": "norkart", - "website": "https://norkart.is-a.dev/", - "email": "contact@norkart.is-a.dev", + "username": "norkart1", + "email": "navasforwork@gmail.com", "discord": "captnork" }, "record": { From 4e855790ed20177638ce2ab14dc62896b0a3501c Mon Sep 17 00:00:00 2001 From: MRJ Badshah <69976020+MRJ-Badshah@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:21:02 +0530 Subject: [PATCH 13/59] Update mrjbadshah.json --- domains/mrjbadshah.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/mrjbadshah.json b/domains/mrjbadshah.json index 749881772..f3e362dd2 100644 --- a/domains/mrjbadshah.json +++ b/domains/mrjbadshah.json @@ -3,8 +3,9 @@ "username": "MRJ-Badshah", "email": "illegalhacker2.0@gmail.com" }, - "record": { - "A": ["1.1.1.1"] + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From 285f0a96f81301d7d0af106c4a838c164a7ab7b1 Mon Sep 17 00:00:00 2001 From: MRJ Badshah <69976020+MRJ-Badshah@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:21:28 +0530 Subject: [PATCH 14/59] Update ytdl.mrj.json --- domains/ytdl.mrj.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/ytdl.mrj.json b/domains/ytdl.mrj.json index 2c852fce1..f3e362dd2 100644 --- a/domains/ytdl.mrj.json +++ b/domains/ytdl.mrj.json @@ -3,8 +3,9 @@ "username": "MRJ-Badshah", "email": "illegalhacker2.0@gmail.com" }, - "record": { - "TXT": "" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From a146f22012e735b17252055063121f207753abb5 Mon Sep 17 00:00:00 2001 From: Jirafey Date: Tue, 26 Dec 2023 14:46:37 +0100 Subject: [PATCH 15/59] 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 16/59] 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 4fdba670b6c69f9650fdc1fd634d6b7252df3f01 Mon Sep 17 00:00:00 2001 From: CallMeIAmTDF Date: Tue, 26 Dec 2023 22:29:18 +0700 Subject: [PATCH 17/59] feat(domain): thaidang.is-a.dev --- domains/thaidang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thaidang.json diff --git a/domains/thaidang.json b/domains/thaidang.json new file mode 100644 index 000000000..b89ff73d0 --- /dev/null +++ b/domains/thaidang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CallMeIAmTDF", + "email": "thai0203966@nuce.edu.vn" + }, + "record": { + "CNAME": "pridysay.up.railway.app" + } +} From 7966469756113eca80685b8eefecb44622da9595 Mon Sep 17 00:00:00 2001 From: CallMeIAmTDF Date: Tue, 26 Dec 2023 22:30:49 +0700 Subject: [PATCH 18/59] feat(domain): thai.is-a.dev --- domains/thai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thai.json diff --git a/domains/thai.json b/domains/thai.json new file mode 100644 index 000000000..dc16256d5 --- /dev/null +++ b/domains/thai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CallMeIAmTDF", + "email": "thai0203966@nuce.edu.vn" + }, + "record": { + "CNAME": "4mhcau20.up.railway.app" + } +} From 3da8ba8d53143fcc18119d6ad9701e39fbef4c78 Mon Sep 17 00:00:00 2001 From: CallMeIAmTDF Date: Tue, 26 Dec 2023 22:32:33 +0700 Subject: [PATCH 19/59] feat(domain): dangxuanthai.is-a.dev --- domains/dangxuanthai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dangxuanthai.json diff --git a/domains/dangxuanthai.json b/domains/dangxuanthai.json new file mode 100644 index 000000000..01b9a4508 --- /dev/null +++ b/domains/dangxuanthai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CallMeIAmTDF", + "email": "thai0203966@nuce.edu.vn" + }, + "record": { + "CNAME": "3hxw3aro.up.railway.app" + } +} From f200b9ddf7a85bd464ae45587509b53b74fb9393 Mon Sep 17 00:00:00 2001 From: Outland3r2007 Date: Tue, 26 Dec 2023 18:32:22 +0200 Subject: [PATCH 20/59] Update outland3r2007.json --- domains/outland3r2007.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/outland3r2007.json b/domains/outland3r2007.json index 1bc848aaa..cfbd7c2a7 100644 --- a/domains/outland3r2007.json +++ b/domains/outland3r2007.json @@ -6,7 +6,7 @@ "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" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} \ No newline at end of file + } From 641189b03bb31f907cd2b24808a6b340b08fc386 Mon Sep 17 00:00:00 2001 From: Croosh Date: Tue, 26 Dec 2023 22:17:48 +0500 Subject: [PATCH 21/59] feat(domain): umar.is-a.dev --- domains/umar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/umar.json diff --git a/domains/umar.json b/domains/umar.json new file mode 100644 index 000000000..f576aa281 --- /dev/null +++ b/domains/umar.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Croosh", + "email": "mineeaamir@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 468533e2e3f79a9bd515a3f512c73e808a84d5c8 Mon Sep 17 00:00:00 2001 From: Robert Kovac Date: Tue, 26 Dec 2023 19:07:22 +0100 Subject: [PATCH 22/59] feat: add `duckysolucky` to domains --- domains/duckysolucky.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/duckysolucky.json diff --git a/domains/duckysolucky.json b/domains/duckysolucky.json new file mode 100644 index 000000000..b2ca82529 --- /dev/null +++ b/domains/duckysolucky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DuckySoLucky", + "email": "robertkovac160@gmail.com" + }, + "record": { + "CNAME": "https://fabf2f58.duckysolucky-github-io.pages.dev/" + } +} From 40cf070df2abaaf8ea2c3a15bfc43c5c1a756cfe Mon Sep 17 00:00:00 2001 From: Robert Kovac Date: Tue, 26 Dec 2023 19:09:44 +0100 Subject: [PATCH 23/59] fix: oops --- domains/duckysolucky.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/duckysolucky.json b/domains/duckysolucky.json index b2ca82529..aa7e09f3a 100644 --- a/domains/duckysolucky.json +++ b/domains/duckysolucky.json @@ -4,6 +4,6 @@ "email": "robertkovac160@gmail.com" }, "record": { - "CNAME": "https://fabf2f58.duckysolucky-github-io.pages.dev/" + "CNAME": "fabf2f58.duckysolucky-github-io.pages.dev" } } From 45bf2c43f82fa6fa7637871034d630c054694a65 Mon Sep 17 00:00:00 2001 From: DuckySoLucky Date: Tue, 26 Dec 2023 19:34:38 +0100 Subject: [PATCH 24/59] feat(domain): duckysolucky.is-a.dev --- domains/duckysolucky.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/duckysolucky.json b/domains/duckysolucky.json index aa7e09f3a..36dd05147 100644 --- a/domains/duckysolucky.json +++ b/domains/duckysolucky.json @@ -4,6 +4,9 @@ "email": "robertkovac160@gmail.com" }, "record": { - "CNAME": "fabf2f58.duckysolucky-github-io.pages.dev" + "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 9a84eaf22274bf81eddb9d131764e5ebafac7e24 Mon Sep 17 00:00:00 2001 From: Rxflex Date: Tue, 26 Dec 2023 21:11:16 +0100 Subject: [PATCH 25/59] feat(domain): wizard.is-a.dev --- domains/wizard.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wizard.json diff --git a/domains/wizard.json b/domains/wizard.json new file mode 100644 index 000000000..26edca1fe --- /dev/null +++ b/domains/wizard.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Rxflex", + "email": "andreysuew@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 2f226ecd355d2ad4945d1f2d02f2f539cf4413d7 Mon Sep 17 00:00:00 2001 From: Andy <39628283+Rxflex@users.noreply.github.com> Date: Tue, 26 Dec 2023 21:14:18 +0100 Subject: [PATCH 26/59] Update wzrd.json --- domains/wzrd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wzrd.json b/domains/wzrd.json index 9b8a269a6..e8000e1fd 100644 --- a/domains/wzrd.json +++ b/domains/wzrd.json @@ -4,6 +4,6 @@ "email": "andreysuew@gmail.com" }, "record": { - "CNAME": "musical-arithmetic-19ab6f.netlify.app" + "CNAME": "russia1.route.pp.ua" } } From 48116b3771a85340e43a0825a0a25d1aff8724c0 Mon Sep 17 00:00:00 2001 From: Ryder Cragie Date: Tue, 26 Dec 2023 20:18:24 +0000 Subject: [PATCH 27/59] Register ryder.is-a.dev --- domains/ryder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ryder.json diff --git a/domains/ryder.json b/domains/ryder.json new file mode 100644 index 000000000..1ce4df91b --- /dev/null +++ b/domains/ryder.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "RyderCragie", + "email": "69316364+RyderCragie@users.noreply.github.com", + "discord": "713201205488254976" + }, + + "record": { + "CNAME": "ghs.googlehosted.com" + } + } + \ No newline at end of file From dbb54953a28beb922d056175d0a72d7f9b05e192 Mon Sep 17 00:00:00 2001 From: rushilp1 Date: Tue, 26 Dec 2023 15:49:03 -0500 Subject: [PATCH 28/59] feat(domain): rushil.is-a.dev --- domains/rushil.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rushil.json diff --git a/domains/rushil.json b/domains/rushil.json new file mode 100644 index 000000000..aa1f8151a --- /dev/null +++ b/domains/rushil.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "rushilp1", + "email": "rushil.p1@ahduni.edu.in" + }, + "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 7d623dd46617a235af28d14650a11a4fa32d6cc3 Mon Sep 17 00:00:00 2001 From: rushilp1 Date: Tue, 26 Dec 2023 15:50:59 -0500 Subject: [PATCH 29/59] feat(domain): rushil-patel.is-a.dev --- domains/rushil-patel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rushil-patel.json diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json new file mode 100644 index 000000000..1b307ca1b --- /dev/null +++ b/domains/rushil-patel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rushilp1", + "email": "rushil.p1@ahduni.edu.in" + }, + "record": { + "URL": "https://rushilp1.github.io/" + } +} From 1482e65ce300092277add8a8ec981938179ef993 Mon Sep 17 00:00:00 2001 From: tomatolix Date: Tue, 26 Dec 2023 21:58:39 +0100 Subject: [PATCH 30/59] feat(domain): leymo.is-a.dev --- domains/leymo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/leymo.json diff --git a/domains/leymo.json b/domains/leymo.json new file mode 100644 index 000000000..1fdc978e0 --- /dev/null +++ b/domains/leymo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tomatolix", + "email": "hellobubbles@tutanota.com" + }, + "record": { + "CNAME": "uwuhaftig.de" + } +} From 46e877cfc5f7c8c1f35315b9ca75fabf9fda57eb Mon Sep 17 00:00:00 2001 From: manjunath <1643278+kalburgimanjunath@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:20:41 +0530 Subject: [PATCH 31/59] Create manjunathkalburgi.json new domain added --- domains/manjunathkalburgi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/manjunathkalburgi.json diff --git a/domains/manjunathkalburgi.json b/domains/manjunathkalburgi.json new file mode 100644 index 000000000..0ea921707 --- /dev/null +++ b/domains/manjunathkalburgi.json @@ -0,0 +1,12 @@ +{ + "description": "Manjunath Kalburgi Portfolio", + "repo": "https://github.com/aftoncodes/aftoncodes.github.io", + "owner": { + "username": "manjunathkalburgi", + "email": "manjunathkalburgi@gmail.com", + "twitter": "manjunathmk" + }, + "record": { + "URL": "https://2j4h53-3000.csb.app/" + } +} 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 32/59] 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 33/59] 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 34/59] 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 35/59] 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 36/59] 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 37/59] 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 38/59] 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 39/59] 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 40/59] 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 41/59] 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 42/59] 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 43/59] 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 44/59] 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 45/59] 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 46/59] 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 47/59] 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 48/59] 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 49/59] 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 From 350dfafa27b63363f44ced61a0fc7cbb77b1d0da Mon Sep 17 00:00:00 2001 From: itsmenewbie03 <2101102516@student.buksu.edu.ph> Date: Thu, 28 Dec 2023 11:45:17 +0800 Subject: [PATCH 50/59] feat(domain): itsmenewbie03.is-a.dev --- domains/itsmenewbie03.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/itsmenewbie03.json diff --git a/domains/itsmenewbie03.json b/domains/itsmenewbie03.json new file mode 100644 index 000000000..a35d39e4b --- /dev/null +++ b/domains/itsmenewbie03.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "itsmenewbie03", + "email": "2101102516@student.buksu.edu.ph" + }, + "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 fdb8d98ea5ed45c52ec014d1219966515d58f3a8 Mon Sep 17 00:00:00 2001 From: thanishhari Date: Thu, 28 Dec 2023 09:29:03 +0530 Subject: [PATCH 51/59] feat(domain): ffidhackseivathueppadi.is-a.dev --- domains/ffidhackseivathueppadi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ffidhackseivathueppadi.json diff --git a/domains/ffidhackseivathueppadi.json b/domains/ffidhackseivathueppadi.json new file mode 100644 index 000000000..cc8aa88c1 --- /dev/null +++ b/domains/ffidhackseivathueppadi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thanishhari", + "email": "suganyauvthanis@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 7a9c4d5815bf42a5030df3d7ac882df4adf4a8fa Mon Sep 17 00:00:00 2001 From: thanishhari Date: Thu, 28 Dec 2023 09:31:52 +0530 Subject: [PATCH 52/59] feat(domain): ffidhackseivathueppadilinklinklinkanup.is-a.dev --- domains/ffidhackseivathueppadilinklinklinkanup.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ffidhackseivathueppadilinklinklinkanup.json diff --git a/domains/ffidhackseivathueppadilinklinklinkanup.json b/domains/ffidhackseivathueppadilinklinklinkanup.json new file mode 100644 index 000000000..cc8aa88c1 --- /dev/null +++ b/domains/ffidhackseivathueppadilinklinklinkanup.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thanishhari", + "email": "suganyauvthanis@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 e3625d224097de113c1507909d7ca1b85a1f37bb Mon Sep 17 00:00:00 2001 From: SilkSP Date: Thu, 28 Dec 2023 01:08:13 -0300 Subject: [PATCH 53/59] feat(domain): silksp.is-a.dev --- domains/silksp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/silksp.json diff --git a/domains/silksp.json b/domains/silksp.json new file mode 100644 index 000000000..a11f2304a --- /dev/null +++ b/domains/silksp.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "SilkSP", + "email": "seba.perezo@hotmail.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 d9e204853b583143c98128a82ee4794e73fb44b9 Mon Sep 17 00:00:00 2001 From: AlmaziikDev Date: Thu, 28 Dec 2023 09:32:22 +0300 Subject: [PATCH 54/59] feat(domain): almaz.is-a.dev --- domains/almaz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/almaz.json diff --git a/domains/almaz.json b/domains/almaz.json new file mode 100644 index 000000000..a50a0c4ec --- /dev/null +++ b/domains/almaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AlmaziikDev", + "email": "almazgamer228@gmail.com" + }, + "record": { + "CNAME": "almaz.github.io" + } +} From ef5bbef85bca3ec7260ec3f27def2adedd3dfe9a Mon Sep 17 00:00:00 2001 From: GeekySudhir Date: Thu, 28 Dec 2023 13:18:40 +0530 Subject: [PATCH 55/59] Register geekysudhir.is-a.dev --- domains/geekysudhir.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/geekysudhir.json diff --git a/domains/geekysudhir.json b/domains/geekysudhir.json new file mode 100644 index 000000000..79a04053c --- /dev/null +++ b/domains/geekysudhir.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "GeekySudhir", + "email": "sdhrsingh271@gmail.com", + "discord": "760602820033904641" + }, + + "record": { + "CNAME": "geekysudhir.is-a.dev" + } + } + \ No newline at end of file From e5dfb9b2d8706a102e8a450a63d90868a78262e8 Mon Sep 17 00:00:00 2001 From: MRJ-Badshah Date: Thu, 28 Dec 2023 13:31:22 +0530 Subject: [PATCH 56/59] feat(domain): abhay.is-a.dev --- domains/abhay.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/abhay.json diff --git a/domains/abhay.json b/domains/abhay.json new file mode 100644 index 000000000..bb65f9065 --- /dev/null +++ b/domains/abhay.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MRJ-Badshah", + "email": "illegalhacker2.0@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 33cac2f972bc8d6b9497ac463dc9015723520518 Mon Sep 17 00:00:00 2001 From: light <119718848+ssynical@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:16:39 +1300 Subject: [PATCH 57/59] Register lighty.is-a.dev --- domains/lighty.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lighty.json diff --git a/domains/lighty.json b/domains/lighty.json new file mode 100644 index 000000000..5c3a446bf --- /dev/null +++ b/domains/lighty.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ssynical", + "email": "trapizoids543@gmail.com", + "discord": "1108616541739700284" + }, + + "record": { + "CNAME": "ssynical.github.io" + } + } + \ No newline at end of file From 0c113706d6182a8d38d37232f89bfa032bc0d770 Mon Sep 17 00:00:00 2001 From: iamkai4 Date: Thu, 28 Dec 2023 15:51:26 +0530 Subject: [PATCH 58/59] feat(domain): gauravg.is-a.dev --- domains/gauravg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/gauravg.json diff --git a/domains/gauravg.json b/domains/gauravg.json new file mode 100644 index 000000000..f1cf1200d --- /dev/null +++ b/domains/gauravg.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "iamkai4", + "email": "guptagaurav25608@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 ac67234cd28374f28edb2d75748c6cacfac2b405 Mon Sep 17 00:00:00 2001 From: LRxDarkDevil Date: Thu, 28 Dec 2023 16:07:33 +0500 Subject: [PATCH 59/59] feat(domain): ak-dev.is-a.dev --- domains/ak-dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ak-dev.json diff --git a/domains/ak-dev.json b/domains/ak-dev.json new file mode 100644 index 000000000..7413f5fbd --- /dev/null +++ b/domains/ak-dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LRxDarkDevil", + "email": "tahaadnanawan@gmail.com" + }, + "record": { + "CNAME": "ak-dev.github.io" + } +}