From 11d4c2e074711af11d0b42b11a038be8f85d26eb Mon Sep 17 00:00:00 2001 From: LoganPaxton Date: Sat, 18 Nov 2023 11:57:47 -0500 Subject: [PATCH 001/113] feat(domain): loganpaxton.is-a.dev --- domains/loganpaxton.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/loganpaxton.json diff --git a/domains/loganpaxton.json b/domains/loganpaxton.json new file mode 100644 index 000000000..5b04771ce --- /dev/null +++ b/domains/loganpaxton.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "LoganPaxton", + "email": "Logan.paxton864@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 79480f9014ce0441dd9ff6276d21b5e8ccdf2a09 Mon Sep 17 00:00:00 2001 From: LoganPaxton <111173907+LoganPaxton@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:04:02 -0500 Subject: [PATCH 002/113] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..c51f8438e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +loganpaxton.is-a.dev \ No newline at end of file From 8acbd85bf5488ff685886c6238ea17873f5915da Mon Sep 17 00:00:00 2001 From: amol234545 Date: Sun, 19 Nov 2023 19:17:01 -0500 Subject: [PATCH 003/113] Update amol254542.json --- domains/amol254542.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/amol254542.json b/domains/amol254542.json index 08cfc72d6..ae9807478 100644 --- a/domains/amol254542.json +++ b/domains/amol254542.json @@ -4,9 +4,9 @@ "email": "amolmilton@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" + "NS":"ns1.afraid.org" + "NS":"ns2.afraid.org" + "NS":"ns3.afraid.org" + "NS":"ns4.afraid.org" } -} \ No newline at end of file +} From c76307e0ed7b6e4b7af420dfff228b74a5a02b9b Mon Sep 17 00:00:00 2001 From: mlemingcapoo Date: Mon, 20 Nov 2023 11:56:09 +0700 Subject: [PATCH 004/113] feat(domain): mlemingcapoo.is-a.dev --- domains/mlemingcapoo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mlemingcapoo.json diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json new file mode 100644 index 000000000..a7c6281bb --- /dev/null +++ b/domains/mlemingcapoo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mlemingcapoo", + "email": "ducvu73@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 44fbaa98a5ead83e07122da705a09c7ba83ee597 Mon Sep 17 00:00:00 2001 From: Catty Date: Mon, 20 Nov 2023 12:35:34 +0700 Subject: [PATCH 005/113] Update mlemingcapoo.json redirect URL specified in JSON --- domains/mlemingcapoo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index a7c6281bb..b2bf18d2f 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -1,4 +1,6 @@ { + "description": "Creating my CV", + "repo": "https://github.com/mlemingcapoo/mlemingcapoo.github.io", "owner": { "username": "mlemingcapoo", "email": "ducvu73@gmail.com" @@ -8,5 +10,8 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "mlemingcapoo.github.io" + "URL": "https://landinghost.mlemingcapoo.repl.co" + "TXT": "hello catty" } -} \ No newline at end of file +} From 2583bf301ffc01fe5bd5b58c0ab69c59deca058d Mon Sep 17 00:00:00 2001 From: Catty Date: Tue, 21 Nov 2023 00:38:55 +0700 Subject: [PATCH 006/113] Update mlemingcapoo.json remove URL --- domains/mlemingcapoo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index b2bf18d2f..16e2ded9f 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -11,7 +11,6 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" "CNAME": "mlemingcapoo.github.io" - "URL": "https://landinghost.mlemingcapoo.repl.co" "TXT": "hello catty" } } From c1c0c0427f48f0fc7d3bd7374ba96a8dc0ecd68c Mon Sep 17 00:00:00 2001 From: Catty Date: Tue, 21 Nov 2023 00:43:34 +0700 Subject: [PATCH 007/113] Update mlemingcapoo.json removed TXT --- domains/mlemingcapoo.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index 16e2ded9f..0142d92e4 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -1,6 +1,4 @@ { - "description": "Creating my CV", - "repo": "https://github.com/mlemingcapoo/mlemingcapoo.github.io", "owner": { "username": "mlemingcapoo", "email": "ducvu73@gmail.com" @@ -11,6 +9,5 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" "CNAME": "mlemingcapoo.github.io" - "TXT": "hello catty" } } From b0051e8ac585cc8c04ebecb7ca48142fadb3ec20 Mon Sep 17 00:00:00 2001 From: amol234545 Date: Wed, 22 Nov 2023 17:14:32 -0500 Subject: [PATCH 008/113] Update amol254542.json --- domains/amol254542.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/amol254542.json b/domains/amol254542.json index ae9807478..928e665fc 100644 --- a/domains/amol254542.json +++ b/domains/amol254542.json @@ -4,9 +4,6 @@ "email": "amolmilton@gmail.com" }, "record": { - "NS":"ns1.afraid.org" - "NS":"ns2.afraid.org" - "NS":"ns3.afraid.org" - "NS":"ns4.afraid.org" + "CNAME":"amol234545.github.io/my-website" } } From 85cde7e4123e91a71823ef786f38698e1b936bb9 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Thu, 23 Nov 2023 12:34:09 +0200 Subject: [PATCH 009/113] Update server.alpha.json --- domains/server.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index 639b3b856..8339eeec8 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -4,6 +4,6 @@ "email": "sweepalf@gmail.com" }, "record": { - "URL": "https://alpha.is-a.dev/server" + "URL": "https://genuine-cicada-coherent.ngrok-free.app" } } From 98cf6c745857b35b5e72106355559fa5de0cf0d6 Mon Sep 17 00:00:00 2001 From: ayushmann025 Date: Thu, 23 Nov 2023 21:34:03 +0530 Subject: [PATCH 010/113] feat(domain): ayushmann.is-a.dev --- domains/ayushmann.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ayushmann.json diff --git a/domains/ayushmann.json b/domains/ayushmann.json new file mode 100644 index 000000000..0cfc927ac --- /dev/null +++ b/domains/ayushmann.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ayushmann025", + "email": "aayush.srivastava25@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 72f30f51edd8e441612d0d86b685e76bdb810879 Mon Sep 17 00:00:00 2001 From: mak448a <94062293+mak448a@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:33:43 -0500 Subject: [PATCH 011/113] Update mak448a.json --- domains/mak448a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mak448a.json b/domains/mak448a.json index 86fc5ddb9..a07099e15 100644 --- a/domains/mak448a.json +++ b/domains/mak448a.json @@ -1,7 +1,7 @@ { "owner": { "username": "mak448a", - "email": "mak448a@gmail.com" + "email": "thracc448@gmail.com" }, "record": { "CNAME": "mak448a.github.io" From c825d42e82a8ffe29bf1ebed68157d08bbf879a5 Mon Sep 17 00:00:00 2001 From: PrathameshhW Date: Thu, 23 Nov 2023 23:47:22 +0530 Subject: [PATCH 012/113] feat(domain): prachiti.is-a.dev --- domains/prachiti.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/prachiti.json diff --git a/domains/prachiti.json b/domains/prachiti.json new file mode 100644 index 000000000..cada9d52c --- /dev/null +++ b/domains/prachiti.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "PrathameshhW", + "email": "prathameshj0407@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 b52332dbddbf53303c351d55c72b0d2a7fa5f6c7 Mon Sep 17 00:00:00 2001 From: Atharvjha7 Date: Thu, 23 Nov 2023 11:36:45 -0800 Subject: [PATCH 013/113] feat(domain): ajlemon.is-a.dev --- domains/ajlemon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ajlemon.json diff --git a/domains/ajlemon.json b/domains/ajlemon.json new file mode 100644 index 000000000..f09020d79 --- /dev/null +++ b/domains/ajlemon.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Atharvjha7", + "email": "jha.atharv27@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 59d3c988a2ba58c56f6dc834dd13ba7191863a42 Mon Sep 17 00:00:00 2001 From: nkmrt3 Date: Fri, 24 Nov 2023 01:25:49 +0530 Subject: [PATCH 014/113] feat(domain): nerdtechies.is-a.dev --- domains/nerdtechies.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nerdtechies.json diff --git a/domains/nerdtechies.json b/domains/nerdtechies.json new file mode 100644 index 000000000..4405e1482 --- /dev/null +++ b/domains/nerdtechies.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nkmrt3", + "email": "nkmrt30032003@gmail.com" + }, + "record": { + "A": ["20.244.126.63"] + } +} From c6ab9de08dd8b25f510ac2457deda601c66f8d36 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:47:14 +0100 Subject: [PATCH 015/113] Create louis.json --- domains/louis.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/louis.json diff --git a/domains/louis.json b/domains/louis.json new file mode 100644 index 000000000..e1ffd84c2 --- /dev/null +++ b/domains/louis.json @@ -0,0 +1,12 @@ +{ + "description": "A portofolio", + "repo": "https://github.com/louloudev59/portofolio.github.io", + "owner": { + "username": "", + "email": "louis@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "louloudev59.github.io" + } +} From c4a1256dfad3e2ac0e3ad232830dbc6989aeb7b2 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:53:56 +0100 Subject: [PATCH 016/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index e1ffd84c2..20d28b823 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -1,6 +1,6 @@ { "description": "A portofolio", - "repo": "https://github.com/louloudev59/portofolio.github.io", + "repo": "https://github.com/louloudev59/portofolio", "owner": { "username": "", "email": "louis@gmail.com", From c4155ebfab4556ec1a3e333829a8ab7b773655d4 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:55:34 +0100 Subject: [PATCH 017/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index 20d28b823..6f2fd3549 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -1,6 +1,6 @@ { "description": "A portofolio", - "repo": "https://github.com/louloudev59/portofolio", + "repo": "https://louloudev59.github.io/portofolio/", "owner": { "username": "", "email": "louis@gmail.com", From b6a96719661b8ce9aa8e697cb141b71567154220 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:56:55 +0100 Subject: [PATCH 018/113] Update louis.json --- domains/louis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/louis.json b/domains/louis.json index 6f2fd3549..25c755355 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -1,12 +1,12 @@ { "description": "A portofolio", - "repo": "https://louloudev59.github.io/portofolio/", + "repo": "https://github.com/louloudev59/portofolio", "owner": { "username": "", "email": "louis@gmail.com", "twitter": "" }, "record": { - "CNAME": "louloudev59.github.io" + "CNAME": "https://louloudev59.github.io/portofolio/" } } From 9ddcda16f35bea16a97c85093c527d1252fe6baf Mon Sep 17 00:00:00 2001 From: Arya Gummadi Date: Thu, 23 Nov 2023 13:57:36 -0800 Subject: [PATCH 019/113] Update bulkypanda.json --- domains/bulkypanda.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/bulkypanda.json b/domains/bulkypanda.json index 4156b27b4..d7b27a2f4 100644 --- a/domains/bulkypanda.json +++ b/domains/bulkypanda.json @@ -4,9 +4,6 @@ "email": "arya@gummadi.net" }, "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": "bulkypanda.github.io" } -} \ No newline at end of file +} From 7b809cbdc328a0dab9060c22a102153230fd6728 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:05:57 +0100 Subject: [PATCH 020/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index 25c755355..e22f3744c 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "CNAME": "https://louloudev59.github.io/portofolio/" + "CNAME": "https://louloudev59.github.io/" } } From 811fe8532877244a7fa59adf9b5de6abcb53f283 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:06:11 +0100 Subject: [PATCH 021/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index e22f3744c..8672cf71d 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "CNAME": "https://louloudev59.github.io/" + "CNAME": "https://louloudev59.github.ios/" } } From 7fea6eed698fe22b433229acb9fdd663910c705c Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:06:22 +0100 Subject: [PATCH 022/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index 8672cf71d..e22f3744c 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "CNAME": "https://louloudev59.github.ios/" + "CNAME": "https://louloudev59.github.io/" } } From 13d9de29b85f8d07912952d9748c0a409bd2d96f Mon Sep 17 00:00:00 2001 From: amol234545 Date: Thu, 23 Nov 2023 17:13:42 -0500 Subject: [PATCH 023/113] Update amol254542.json --- domains/amol254542.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/amol254542.json b/domains/amol254542.json index 928e665fc..521f3c192 100644 --- a/domains/amol254542.json +++ b/domains/amol254542.json @@ -4,6 +4,6 @@ "email": "amolmilton@gmail.com" }, "record": { - "CNAME":"amol234545.github.io/my-website" + "CNAME":"amol234545.github.io" } } From 02528f0cfda6b26d52b643514ced4a9a66f5d397 Mon Sep 17 00:00:00 2001 From: LoganPaxton <111173907+LoganPaxton@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:10:00 -0500 Subject: [PATCH 024/113] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index c51f8438e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -loganpaxton.is-a.dev \ No newline at end of file From db5e63a45ae362e6b3bda5148e43ab7b786201f4 Mon Sep 17 00:00:00 2001 From: Mersi-LLC Date: Fri, 24 Nov 2023 10:02:52 +0300 Subject: [PATCH 025/113] feat(domain): mersillc.is-a.dev --- domains/mersillc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mersillc.json diff --git a/domains/mersillc.json b/domains/mersillc.json new file mode 100644 index 000000000..8c789d8d0 --- /dev/null +++ b/domains/mersillc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Mersi-LLC", + "email": "marsitvtube@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 a43ebe922dee3c13df20dcb5939305a13572a167 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:10:14 +0100 Subject: [PATCH 026/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index e22f3744c..1f7524e7f 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -6,7 +6,7 @@ "email": "louis@gmail.com", "twitter": "" }, - "record": { + "record": {s "CNAME": "https://louloudev59.github.io/" } } From 65938a5e1858500ed414e0bda2b636c3d00bb93c Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:11:45 +0100 Subject: [PATCH 027/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index 1f7524e7f..7c4a6fc68 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -7,6 +7,6 @@ "twitter": "" }, "record": {s - "CNAME": "https://louloudev59.github.io/" + "CNAME": "louloudev59.github.io" } } From 0e6d737439ca900e6fd5813140555d5cd72f983b Mon Sep 17 00:00:00 2001 From: crllect Date: Fri, 24 Nov 2023 02:23:47 -0500 Subject: [PATCH 028/113] feat(domain): xorro.is-a.dev --- domains/xorro.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xorro.json diff --git a/domains/xorro.json b/domains/xorro.json new file mode 100644 index 000000000..16ed9414c --- /dev/null +++ b/domains/xorro.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "crllect", + "email": "crllect@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 584873d1d5a43f97214fb97103ac6759df154836 Mon Sep 17 00:00:00 2001 From: luishdez Date: Fri, 24 Nov 2023 08:38:23 +0100 Subject: [PATCH 029/113] feat(domain): luishdez.is-a.dev --- domains/luishdez.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/luishdez.json diff --git a/domains/luishdez.json b/domains/luishdez.json new file mode 100644 index 000000000..e7ce37f6b --- /dev/null +++ b/domains/luishdez.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "luishdez", + "email": "luis.munoz.hdez@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 c8ded7eed078c09a12b899fad1827041be92d6c2 Mon Sep 17 00:00:00 2001 From: mahfuz0001 Date: Fri, 24 Nov 2023 15:12:48 +0600 Subject: [PATCH 030/113] feat(domain): mahfuz.is-a.dev --- domains/mahfuz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mahfuz.json diff --git a/domains/mahfuz.json b/domains/mahfuz.json new file mode 100644 index 000000000..d7464caee --- /dev/null +++ b/domains/mahfuz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mahfuz0001", + "email": "manjulkhatter01@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 86df3b1583a939f3f17a9b603368d5f29a404b32 Mon Sep 17 00:00:00 2001 From: paul-pfeiffer Date: Fri, 24 Nov 2023 10:49:49 +0100 Subject: [PATCH 031/113] feat(domain): paulpfeiffer.is-a.dev --- domains/paulpfeiffer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/paulpfeiffer.json diff --git a/domains/paulpfeiffer.json b/domains/paulpfeiffer.json new file mode 100644 index 000000000..089b56aef --- /dev/null +++ b/domains/paulpfeiffer.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "paul-pfeiffer", + "email": "ppfeiffer93@gmx.at" + }, + "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 fb494d039277896c1f109566b5214f70f39a35aa Mon Sep 17 00:00:00 2001 From: Asmo343 Date: Fri, 24 Nov 2023 11:19:13 +0100 Subject: [PATCH 032/113] feat(domain): asmo.is-a.dev --- domains/asmo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/asmo.json diff --git a/domains/asmo.json b/domains/asmo.json new file mode 100644 index 000000000..600ff51c0 --- /dev/null +++ b/domains/asmo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Asmo343", + "email": "jan.glomb1@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 d4b9d70287e4748d91a38b248fdfdd2b193471da Mon Sep 17 00:00:00 2001 From: Manav011 Date: Fri, 24 Nov 2023 16:58:34 +0530 Subject: [PATCH 033/113] feat(domain): manav.is-a.dev --- domains/manav.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/manav.json diff --git a/domains/manav.json b/domains/manav.json new file mode 100644 index 000000000..17c92e258 --- /dev/null +++ b/domains/manav.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Manav011", + "email": "manav.12110503@lpu.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 be8dccbc43f89ce4508e19f122ea9b00bc859ecc Mon Sep 17 00:00:00 2001 From: reeganrajasekar Date: Fri, 24 Nov 2023 16:58:37 +0530 Subject: [PATCH 034/113] feat(domain): reegan.is-a.dev --- domains/reegan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/reegan.json diff --git a/domains/reegan.json b/domains/reegan.json new file mode 100644 index 000000000..37a8d84d2 --- /dev/null +++ b/domains/reegan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "reeganrajasekar", + "email": "areeganrajasekar@gmail.com" + }, + "record": { + "A": ["103.191.209.47"] + } +} From f7f9fdb7a6f2a4496b1eff7001325057502e8d0c Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Fri, 24 Nov 2023 13:38:11 +0200 Subject: [PATCH 035/113] Delete domains/server.alpha.json --- domains/server.alpha.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/server.alpha.json diff --git a/domains/server.alpha.json b/domains/server.alpha.json deleted file mode 100644 index 8339eeec8..000000000 --- a/domains/server.alpha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "sweepalf@gmail.com" - }, - "record": { - "URL": "https://genuine-cicada-coherent.ngrok-free.app" - } -} From 8d264f7a22a89bdf8261e44a3b51ee33324bb9cf Mon Sep 17 00:00:00 2001 From: OlaMushroom Date: Fri, 24 Nov 2023 18:59:28 +0700 Subject: [PATCH 036/113] feat(domain): miyonaki.is-a.dev --- domains/miyonaki.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/miyonaki.json diff --git a/domains/miyonaki.json b/domains/miyonaki.json new file mode 100644 index 000000000..413f71eee --- /dev/null +++ b/domains/miyonaki.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "OlaMushroom", + "email": "ola.mushroom@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 b12667a7d99936b8d6eb9bee7e7b95906b1e862a Mon Sep 17 00:00:00 2001 From: RivioxGaming Date: Fri, 24 Nov 2023 16:03:07 +0100 Subject: [PATCH 037/113] feat(domain): _github-pages-challenge-rivioxgaming.riviox.is-a.dev --- domains/_github-pages-challenge-rivioxgaming.riviox.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-rivioxgaming.riviox.json diff --git a/domains/_github-pages-challenge-rivioxgaming.riviox.json b/domains/_github-pages-challenge-rivioxgaming.riviox.json new file mode 100644 index 000000000..24de2a127 --- /dev/null +++ b/domains/_github-pages-challenge-rivioxgaming.riviox.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RivioxGaming", + "email": "rivioxyt@hotmail.com" + }, + "record": { + "TXT": "2f2432d565a3e7e8f3a4577c0e4a90" + } +} From 3e3477fd795665756ba862f855050486f6dc1bf0 Mon Sep 17 00:00:00 2001 From: baratt-88 Date: Fri, 24 Nov 2023 22:43:07 +0700 Subject: [PATCH 038/113] feat(domain): 9yma.net.is-a.dev --- domains/9yma.net.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/9yma.net.json diff --git a/domains/9yma.net.json b/domains/9yma.net.json new file mode 100644 index 000000000..9498da69d --- /dev/null +++ b/domains/9yma.net.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "baratt-88", + "email": "anisaputry0708@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 f1b1f3bfaff1469b1b4e8505ff249c0048f91ade Mon Sep 17 00:00:00 2001 From: Coding4Hours Date: Fri, 24 Nov 2023 09:44:19 -0800 Subject: [PATCH 039/113] feat(domain): hydrogen.is-a.dev --- domains/hydrogen.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/hydrogen.json b/domains/hydrogen.json index 4ffc5d847..bf6e0ff6b 100644 --- a/domains/hydrogen.json +++ b/domains/hydrogen.json @@ -4,6 +4,9 @@ "email": "neealdon3@gmail.com" }, "record": { - "CNAME": "brrrrrr.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 702955960f1b0b24a4eaa59e9d220f59c53e02c2 Mon Sep 17 00:00:00 2001 From: FormunaGit Date: Fri, 24 Nov 2023 13:55:13 -0400 Subject: [PATCH 040/113] feat(domain): formuna.is-a.dev --- domains/formuna.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/formuna.json diff --git a/domains/formuna.json b/domains/formuna.json new file mode 100644 index 000000000..878766a8b --- /dev/null +++ b/domains/formuna.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "FormunaGit", + "email": "moonacula555555555@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 e701f87e9c1e6062b926b0a55aee1ad8dfd6f528 Mon Sep 17 00:00:00 2001 From: mageclienttt Date: Fri, 24 Nov 2023 14:40:54 -0400 Subject: [PATCH 041/113] feat(domain): mageclient.is-a.dev --- domains/mageclient.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mageclient.json diff --git a/domains/mageclient.json b/domains/mageclient.json new file mode 100644 index 000000000..9e50f7c24 --- /dev/null +++ b/domains/mageclient.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mageclienttt", + "email": "mageclienttt@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 c90ad7ed5f414e0116be4cb5942d03dbcf7d8730 Mon Sep 17 00:00:00 2001 From: micho137 Date: Fri, 24 Nov 2023 14:01:32 -0500 Subject: [PATCH 042/113] feat(domain): prototalk.is-a.dev --- domains/prototalk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/prototalk.json diff --git a/domains/prototalk.json b/domains/prototalk.json new file mode 100644 index 000000000..bfd1d7781 --- /dev/null +++ b/domains/prototalk.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "micho137", + "email": "michaenrangelmr@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 4c66d05b3afcf17ea3e91f0ada4171effc5d47df Mon Sep 17 00:00:00 2001 From: MaximumDevMode Date: Fri, 24 Nov 2023 14:09:53 -0600 Subject: [PATCH 043/113] feat(domain): maximumdevmode.is-a.dev --- domains/maximumdevmode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/maximumdevmode.json diff --git a/domains/maximumdevmode.json b/domains/maximumdevmode.json new file mode 100644 index 000000000..7271afce6 --- /dev/null +++ b/domains/maximumdevmode.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MaximumDevMode", + "email": "MaximumDevMode@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 92c424857b7c2a5d970399d26a314643cfef486b Mon Sep 17 00:00:00 2001 From: fafu-10 Date: Fri, 24 Nov 2023 19:01:28 -0600 Subject: [PATCH 044/113] feat(domain): fafu.is-a.dev --- domains/fafu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fafu.json diff --git a/domains/fafu.json b/domains/fafu.json new file mode 100644 index 000000000..55ff9d28c --- /dev/null +++ b/domains/fafu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fafu-10", + "email": "shimni22@skiff.com" + }, + "record": { + "CNAME": "fafu-10.github.io" + } +} From 06bfa79b1ac766a5788a54a2bff62073d486eaa5 Mon Sep 17 00:00:00 2001 From: jayakrishna-g Date: Fri, 24 Nov 2023 22:34:17 -0500 Subject: [PATCH 045/113] feat(domain): jkg.is-a.dev --- domains/jkg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jkg.json diff --git a/domains/jkg.json b/domains/jkg.json new file mode 100644 index 000000000..c9c46e904 --- /dev/null +++ b/domains/jkg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jayakrishna-g", + "email": "gandhamallajayakrishna@hotmail.com" + }, + "record": { + "A": ["34.125.211.84"] + } +} From 64ff8f6e42bb68fec44c0916bec8527a8a9412f2 Mon Sep 17 00:00:00 2001 From: billybobisverycool <27johnballenger@ucsstudent.org> Date: Sat, 25 Nov 2023 00:36:28 -0500 Subject: [PATCH 046/113] feat(domain): johndo.is-a.dev --- domains/johndo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/johndo.json diff --git a/domains/johndo.json b/domains/johndo.json new file mode 100644 index 000000000..df9d654ba --- /dev/null +++ b/domains/johndo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "billybobisverycool", + "email": "27johnballenger@ucsstudent.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 721db78d8a7213e87fff54ae4423f0a7dc411402 Mon Sep 17 00:00:00 2001 From: billybobisverycool <27johnballenger@ucsstudent.org> Date: Sat, 25 Nov 2023 00:38:59 -0500 Subject: [PATCH 047/113] feat(domain): komovies.is-a.dev --- domains/komovies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/komovies.json diff --git a/domains/komovies.json b/domains/komovies.json new file mode 100644 index 000000000..df9d654ba --- /dev/null +++ b/domains/komovies.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "billybobisverycool", + "email": "27johnballenger@ucsstudent.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 86740170d0470d9bd3fb25f6f8e0abeb273db795 Mon Sep 17 00:00:00 2001 From: billybobisverycool <27johnballenger@ucsstudent.org> Date: Sat, 25 Nov 2023 00:39:34 -0500 Subject: [PATCH 048/113] feat(domain): komovie.is-a.dev --- domains/komovie.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/komovie.json diff --git a/domains/komovie.json b/domains/komovie.json new file mode 100644 index 000000000..df9d654ba --- /dev/null +++ b/domains/komovie.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "billybobisverycool", + "email": "27johnballenger@ucsstudent.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 56b162e52e30821230d64e67a9183547406f36f8 Mon Sep 17 00:00:00 2001 From: pro1492025 Date: Sat, 25 Nov 2023 11:37:49 +0530 Subject: [PATCH 049/113] feat(domain): pro.is-a.dev --- domains/pro.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pro.json diff --git a/domains/pro.json b/domains/pro.json new file mode 100644 index 000000000..7d54795e2 --- /dev/null +++ b/domains/pro.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "pro1492025", + "email": "pro1492025@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 a4001f717d10d745cfe4ea287c8990f7f6f38eed Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sat, 25 Nov 2023 13:10:05 +0700 Subject: [PATCH 050/113] feat(domain): code.trung.is-a.dev --- domains/code.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/code.trung.json diff --git a/domains/code.trung.json b/domains/code.trung.json new file mode 100644 index 000000000..f7dd34ceb --- /dev/null +++ b/domains/code.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From af1740b79cc8d1c3507ac7a3d4e39e37be024555 Mon Sep 17 00:00:00 2001 From: pro1492025 Date: Sat, 25 Nov 2023 11:40:15 +0530 Subject: [PATCH 051/113] feat(domain): proo.is-a.dev --- domains/proo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/proo.json diff --git a/domains/proo.json b/domains/proo.json new file mode 100644 index 000000000..7d54795e2 --- /dev/null +++ b/domains/proo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "pro1492025", + "email": "pro1492025@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 0ea3a6c1611704f356e95d49ab6cc5bbf9db02ac Mon Sep 17 00:00:00 2001 From: pro1492025 Date: Sat, 25 Nov 2023 11:44:16 +0530 Subject: [PATCH 052/113] feat(domain): prox.is-a.dev --- domains/prox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/prox.json diff --git a/domains/prox.json b/domains/prox.json new file mode 100644 index 000000000..7d54795e2 --- /dev/null +++ b/domains/prox.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "pro1492025", + "email": "pro1492025@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 2f6a7efba97f01a9bc19ddb8a80c83810e6838c7 Mon Sep 17 00:00:00 2001 From: zh4ck Date: Sat, 25 Nov 2023 15:47:21 +0700 Subject: [PATCH 053/113] feat(domain): zh4ck.is-a.dev --- domains/zh4ck.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zh4ck.json diff --git a/domains/zh4ck.json b/domains/zh4ck.json new file mode 100644 index 000000000..a18fca056 --- /dev/null +++ b/domains/zh4ck.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zh4ck", + "email": "zhacxk@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 2c11c4c424dbae668fe260853e181b6f7aa33058 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:00:38 +0100 Subject: [PATCH 054/113] Update louis.json --- domains/louis.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/louis.json b/domains/louis.json index 7c4a6fc68..9acb82f38 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -2,11 +2,10 @@ "description": "A portofolio", "repo": "https://github.com/louloudev59/portofolio", "owner": { - "username": "", + "username": "louloudev59", "email": "louis@gmail.com", - "twitter": "" }, - "record": {s + "record": { "CNAME": "louloudev59.github.io" } } From c1f7623b94655367c8aa051a876e9f9da6fb4214 Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:01:03 +0100 Subject: [PATCH 055/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index 9acb82f38..f58d94862 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -3,7 +3,7 @@ "repo": "https://github.com/louloudev59/portofolio", "owner": { "username": "louloudev59", - "email": "louis@gmail.com", + "email": "louis.vasseur5@gmail.com", }, "record": { "CNAME": "louloudev59.github.io" From 38f238c57a0fe1eec2885e35eea4b98d715f51de Mon Sep 17 00:00:00 2001 From: louloudev59 <106763258+louloudev59@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:11:07 +0100 Subject: [PATCH 056/113] Update louis.json --- domains/louis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/louis.json b/domains/louis.json index f58d94862..4dc0b7825 100644 --- a/domains/louis.json +++ b/domains/louis.json @@ -3,7 +3,7 @@ "repo": "https://github.com/louloudev59/portofolio", "owner": { "username": "louloudev59", - "email": "louis.vasseur5@gmail.com", + "email": "louis.vasseur5@gmail.com" }, "record": { "CNAME": "louloudev59.github.io" From 445e91dac8cae41c443bb86e1c4bc176adf660f3 Mon Sep 17 00:00:00 2001 From: utsav1o1 Date: Sat, 25 Nov 2023 15:27:14 +0545 Subject: [PATCH 057/113] feat(domain): randomstuffs.is-a.dev --- domains/randomstuffs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/randomstuffs.json diff --git a/domains/randomstuffs.json b/domains/randomstuffs.json new file mode 100644 index 000000000..031d978f1 --- /dev/null +++ b/domains/randomstuffs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "utsav1o1", + "email": "utsavkarki244@gmail.com" + }, + "record": { + "A": ["142.93.217.198"] + } +} From 42d473b986fd5a9d13675c3598bafa30b9be5ddd Mon Sep 17 00:00:00 2001 From: utsav1o1 Date: Sat, 25 Nov 2023 15:31:58 +0545 Subject: [PATCH 058/113] feat(domain): latestnews.is-a.dev --- domains/latestnews.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/latestnews.json diff --git a/domains/latestnews.json b/domains/latestnews.json new file mode 100644 index 000000000..031d978f1 --- /dev/null +++ b/domains/latestnews.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "utsav1o1", + "email": "utsavkarki244@gmail.com" + }, + "record": { + "A": ["142.93.217.198"] + } +} From cf9f618282216696d60431c2b566bcfddf88ba46 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sat, 25 Nov 2023 18:37:19 +0700 Subject: [PATCH 059/113] feat(domain): uptime.trung.is-a.dev --- domains/uptime.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/uptime.trung.json diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json new file mode 100644 index 000000000..f7dd34ceb --- /dev/null +++ b/domains/uptime.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From 7aae89199fbc0657a8fe85b8803c0c10b46a3e16 Mon Sep 17 00:00:00 2001 From: Fbhfvj Date: Sat, 25 Nov 2023 13:46:59 +0200 Subject: [PATCH 060/113] feat(domain): bebo.is-a.dev --- domains/bebo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bebo.json diff --git a/domains/bebo.json b/domains/bebo.json new file mode 100644 index 000000000..805ef4a64 --- /dev/null +++ b/domains/bebo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Fbhfvj", + "email": "bebogeorge2008@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 1c7a9d628d5c4f128e45a1593671cbe00f29220e Mon Sep 17 00:00:00 2001 From: NotRana Date: Sat, 25 Nov 2023 05:04:10 -0700 Subject: [PATCH 061/113] feat(domain): notrana.is-a.dev --- domains/notrana.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/notrana.json b/domains/notrana.json index 79a08a799..bb2c6c916 100644 --- a/domains/notrana.json +++ b/domains/notrana.json @@ -1,12 +1,12 @@ { - "description": "Link to my portfolio site.", - "repo": "https://github.com/notrana/notrana.github.io", "owner": { - "username": "notrana", - "email": "mail@notrana.tk", - "discord": "Rana Asad.py#5925" + "username": "NotRana", + "email": "benyameen75@gmail.com" }, "record": { - "CNAME": "notrana.github.io" + "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 fbeb8b34126d7169562d3dffb6059e8510a1c6fd Mon Sep 17 00:00:00 2001 From: NotRana Date: Sat, 25 Nov 2023 05:26:05 -0700 Subject: [PATCH 062/113] feat(domain): rogerdev.is-a.dev --- domains/rogerdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rogerdev.json diff --git a/domains/rogerdev.json b/domains/rogerdev.json new file mode 100644 index 000000000..2b409271f --- /dev/null +++ b/domains/rogerdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotRana", + "email": "benyameen75@gmail.com" + }, + "record": { + "CNAME": "fab7964c-a982-4b96-854d-25b3f55189aa.id.repl.co" + } +} From 2ba658492821a1dfbb87e5bfa6b9c3dcd68e4410 Mon Sep 17 00:00:00 2001 From: NotRana Date: Sat, 25 Nov 2023 05:28:57 -0700 Subject: [PATCH 063/113] feat(domain): saturn.is-a.dev --- domains/saturn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saturn.json diff --git a/domains/saturn.json b/domains/saturn.json new file mode 100644 index 000000000..2b409271f --- /dev/null +++ b/domains/saturn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotRana", + "email": "benyameen75@gmail.com" + }, + "record": { + "CNAME": "fab7964c-a982-4b96-854d-25b3f55189aa.id.repl.co" + } +} From f06f9e539c028794072bdd4e14b4f76ca6e7a7df Mon Sep 17 00:00:00 2001 From: toastmakingmachine Date: Sat, 25 Nov 2023 15:53:54 +0300 Subject: [PATCH 064/113] feat(domain): saunear.is-a.dev --- domains/saunear.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/saunear.json diff --git a/domains/saunear.json b/domains/saunear.json new file mode 100644 index 000000000..efd6c4c87 --- /dev/null +++ b/domains/saunear.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "toastmakingmachine", + "email": "bcefsart@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 633a0767c86e719b29137142faa1e89423555344 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sat, 25 Nov 2023 20:40:45 +0700 Subject: [PATCH 065/113] feat(domain): trung.is-a.dev --- domains/trung.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/trung.json b/domains/trung.json index f7dd34ceb..0dbb9cf18 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,6 +4,9 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "CNAME": "proxy.private.danbot.host" + "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 d9ad6fed91ac863b0a36a1482edfcc9f891e5fd7 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:47:36 +0700 Subject: [PATCH 066/113] Update trung.json --- domains/trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trung.json b/domains/trung.json index f7dd34ceb..fd93ed512 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "CNAME": "proxy.private.danbot.host" + "CNAME": "dev-website-emr.pages.dev" } } From 89d15d324f647e2dae29eb0fcc99475770075092 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Sat, 25 Nov 2023 17:03:46 +0200 Subject: [PATCH 067/113] Delete domains/sh.cdn.alpha.json --- domains/sh.cdn.alpha.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/sh.cdn.alpha.json diff --git a/domains/sh.cdn.alpha.json b/domains/sh.cdn.alpha.json deleted file mode 100644 index 6a2ab48e2..000000000 --- a/domains/sh.cdn.alpha.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "sweepalf@gmail.com" - }, - "record": { - "CNAME": "cdn-45f.pages.dev" - } -} From a788f97d7e685b7e2e8d34b03b7f15d9a6183630 Mon Sep 17 00:00:00 2001 From: Maikeruwu Date: Sat, 25 Nov 2023 16:40:55 +0100 Subject: [PATCH 068/113] feat(domain): maikeru.is-a.dev --- domains/maikeru.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/maikeru.json diff --git a/domains/maikeru.json b/domains/maikeru.json new file mode 100644 index 000000000..981389c0f --- /dev/null +++ b/domains/maikeru.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Maikeruwu", + "email": "michael.h.1708@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 21150af13086498f5a6c64c198a84615a71da042 Mon Sep 17 00:00:00 2001 From: ImMrChampion <152020761+ImMrChampion@users.noreply.github.com> Date: Sat, 25 Nov 2023 11:12:51 -0500 Subject: [PATCH 069/113] Register champion.is-a.dev --- domains/champion.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/champion.json diff --git a/domains/champion.json b/domains/champion.json new file mode 100644 index 000000000..ca7bf2615 --- /dev/null +++ b/domains/champion.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ImMrChampion", + "email": "immrchampion@gmail.com", + "discord": "1080315060410404964" + }, + + "record": { + "CNAME": "immrchampion.github.io" + } + } + \ No newline at end of file From 8a40220c21bd3dfb05ef397be7167ed1f808b069 Mon Sep 17 00:00:00 2001 From: emikohoshi Date: Sun, 26 Nov 2023 00:19:38 +0700 Subject: [PATCH 070/113] feat(domain): ganyu.is-a.dev --- domains/ganyu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ganyu.json diff --git a/domains/ganyu.json b/domains/ganyu.json new file mode 100644 index 000000000..ab782125b --- /dev/null +++ b/domains/ganyu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "emikohoshi", + "email": "hoangyencb1303@gmail.com" + }, + "record": { + "CNAME": "emikohoshi.github.io" + } +} From d6fbb98d62e66f69683cf489a8cbda940690e9dc Mon Sep 17 00:00:00 2001 From: BayuBatam2008 Date: Sun, 26 Nov 2023 01:08:32 +0700 Subject: [PATCH 071/113] feat(domain): bayu.is-a.dev --- domains/bayu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bayu.json diff --git a/domains/bayu.json b/domains/bayu.json new file mode 100644 index 000000000..70bd77d8a --- /dev/null +++ b/domains/bayu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "BayuBatam2008", + "email": "bayusimamora2008@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 c4cd72698d1530a7ac1a999a3582b09a0ff98553 Mon Sep 17 00:00:00 2001 From: Flavio <118379452+Ciao287@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:50:29 +0100 Subject: [PATCH 072/113] Create ciaobot.json --- domains/ciaobot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ciaobot.json diff --git a/domains/ciaobot.json b/domains/ciaobot.json new file mode 100644 index 000000000..8ced7ebb9 --- /dev/null +++ b/domains/ciaobot.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Ciao287", + "email": "", + "discord": "687333016921440317" + }, + "record": { + "A": [ + "84.46.245.191" + ] + } +} From 0b584c95593137c63bc04bdd9adb1416789b64ba Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Sun, 26 Nov 2023 01:28:24 +0200 Subject: [PATCH 073/113] Update vi0leta.json Update ip addres --- domains/vi0leta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vi0leta.json b/domains/vi0leta.json index bbcd415dd..784e44261 100644 --- a/domains/vi0leta.json +++ b/domains/vi0leta.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["158.101.199.231"] + "A": ["37.27.4.76"] } } From 292b8ec241fbf48b7e3b81cb0f05de74037ee90b Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Sun, 26 Nov 2023 01:36:16 +0200 Subject: [PATCH 074/113] Update nextcloud.vi0leta.json Update ip address --- domains/nextcloud.vi0leta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nextcloud.vi0leta.json b/domains/nextcloud.vi0leta.json index bbcd415dd..784e44261 100644 --- a/domains/nextcloud.vi0leta.json +++ b/domains/nextcloud.vi0leta.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["158.101.199.231"] + "A": ["37.27.4.76"] } } From 68f60f1e9d9ccf96f849179f7f23804147f6f4a9 Mon Sep 17 00:00:00 2001 From: Fox's Den Date: Sun, 26 Nov 2023 10:51:00 +1000 Subject: [PATCH 075/113] fix txt record --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 11baf44c9..04fb9f06b 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -11,6 +11,6 @@ "185.199.111.153" ], "MX": ["mx1.forwardemail.net"], - "TXT": ["forward-email=foxsdenyt@gmail.com", "_github-pages-challenge-FoxsDenYT.foxsden=37455d1a9cf706acc4f0cd6ada2ce7"] + "TXT": "forward-email=foxsdenyt@gmail.com" } } From fad8c300f58f31d0e3a35b6294ed77eb52fa712b Mon Sep 17 00:00:00 2001 From: Fox's Den Date: Sun, 26 Nov 2023 10:54:46 +1000 Subject: [PATCH 076/113] change email --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 04fb9f06b..adc110a0d 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -1,7 +1,7 @@ { "owner": { "username": "FoxsDenYT", - "email": "techseal14@gmail.com" + "email": "foxsdenyt@gmail.com" }, "record": { "A": [ From 4ed7b8663f422a1efc1a8a5d394999cddf0d764a Mon Sep 17 00:00:00 2001 From: Fox's Den Date: Sun, 26 Nov 2023 10:55:37 +1000 Subject: [PATCH 077/113] add github pages for "foxsden.is-a.dev --- domains/_github-pages-challenge-FoxsDenYT.foxsden.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-FoxsDenYT.foxsden.json diff --git a/domains/_github-pages-challenge-FoxsDenYT.foxsden.json b/domains/_github-pages-challenge-FoxsDenYT.foxsden.json new file mode 100644 index 000000000..bb2ca9850 --- /dev/null +++ b/domains/_github-pages-challenge-FoxsDenYT.foxsden.json @@ -0,0 +1,10 @@ +{ + "description": "GitHub Pages verification for foxsden.is-a.dev", + "owner": { + "username": "FoxsDenYT", + "email": "foxsdenyt@gmail.com" + }, + "record": { + "TXT": "37455d1a9cf706acc4f0cd6ada2ce7" + } +} From 17034f0f462691022b7420ed436cc171711384e0 Mon Sep 17 00:00:00 2001 From: utsav1o1 Date: Sun, 26 Nov 2023 07:50:42 +0545 Subject: [PATCH 078/113] feat(domain): latestnews.is-a.dev --- domains/latestnews.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/latestnews.json b/domains/latestnews.json index 031d978f1..cdc0a8dd6 100644 --- a/domains/latestnews.json +++ b/domains/latestnews.json @@ -4,6 +4,9 @@ "email": "utsavkarki244@gmail.com" }, "record": { - "A": ["142.93.217.198"] + "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 7151e82c940d62bdbba81a01daad6a32ce19a8a4 Mon Sep 17 00:00:00 2001 From: afcunotify Date: Sun, 26 Nov 2023 01:19:49 -0600 Subject: [PATCH 079/113] feat(domain): urgent.afcubanking.is-a.dev --- domains/urgent.afcubanking.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/urgent.afcubanking.json diff --git a/domains/urgent.afcubanking.json b/domains/urgent.afcubanking.json new file mode 100644 index 000000000..58c6958d4 --- /dev/null +++ b/domains/urgent.afcubanking.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "afcunotify", + "email": "rockkahan12@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 6d9a9bb4e489de78c9038e80c3f00c9848005f21 Mon Sep 17 00:00:00 2001 From: afcunotify Date: Sun, 26 Nov 2023 01:23:55 -0600 Subject: [PATCH 080/113] feat(domain): afcu.is-a.dev --- domains/afcu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/afcu.json diff --git a/domains/afcu.json b/domains/afcu.json new file mode 100644 index 000000000..58c6958d4 --- /dev/null +++ b/domains/afcu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "afcunotify", + "email": "rockkahan12@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 22ab8b0a2d62ca8147a0e61cff07fc0fffd4e499 Mon Sep 17 00:00:00 2001 From: afcunotify Date: Sun, 26 Nov 2023 01:25:06 -0600 Subject: [PATCH 081/113] feat(domain): urgent.afcu.is-a.dev --- domains/urgent.afcu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/urgent.afcu.json diff --git a/domains/urgent.afcu.json b/domains/urgent.afcu.json new file mode 100644 index 000000000..58c6958d4 --- /dev/null +++ b/domains/urgent.afcu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "afcunotify", + "email": "rockkahan12@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 cca90ac6c0f96c6fc557dc9cccb1af623051dd84 Mon Sep 17 00:00:00 2001 From: DynoW Date: Sun, 26 Nov 2023 09:35:42 +0200 Subject: [PATCH 082/113] feat(domain): dyno.is-a.dev --- domains/dyno.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dyno.json diff --git a/domains/dyno.json b/domains/dyno.json new file mode 100644 index 000000000..5bffe8576 --- /dev/null +++ b/domains/dyno.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DynoW", + "email": "stefan.chirila.phone@gmail.com" + }, + "record": { + "URL": "https://dynow.pages.dev/" + } +} From f4f7d11fb133a888fa5cfa46f2ead6a6eb6a06f7 Mon Sep 17 00:00:00 2001 From: Danutz <104089032+DynoW@users.noreply.github.com> Date: Sun, 26 Nov 2023 07:51:54 +0000 Subject: [PATCH 083/113] feat(domain): dyno.is-a.dev --- domains/dyno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dyno.json b/domains/dyno.json index 5bffe8576..fd9b9dbbf 100644 --- a/domains/dyno.json +++ b/domains/dyno.json @@ -1,7 +1,8 @@ { "owner": { "username": "DynoW", - "email": "stefan.chirila.phone@gmail.com" + "email": "naffets0@gmail.com", + "discord": "455608238335983617" }, "record": { "URL": "https://dynow.pages.dev/" From b8bf2c41833560df890a3293e086a61edbee6c3a Mon Sep 17 00:00:00 2001 From: Danutz <104089032+DynoW@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:07:41 +0000 Subject: [PATCH 084/113] feat(domain): dyno.is-a.dev --- domains/dyno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/dyno.json b/domains/dyno.json index fd9b9dbbf..2e609209c 100644 --- a/domains/dyno.json +++ b/domains/dyno.json @@ -5,6 +5,6 @@ "discord": "455608238335983617" }, "record": { - "URL": "https://dynow.pages.dev/" - } + "CNAME": "dynow.pages.dev" + } } From ad205b323d107d65029e4e22f85e9b2635b1678c Mon Sep 17 00:00:00 2001 From: ssalggnikool Date: Sun, 26 Nov 2023 02:06:40 -0800 Subject: [PATCH 085/113] feat(domain): samara.is-a.dev --- domains/samara.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/samara.json diff --git a/domains/samara.json b/domains/samara.json new file mode 100644 index 000000000..cad54ab6a --- /dev/null +++ b/domains/samara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ssalggnikool", + "email": "sam4r16@gmail.com" + }, + "record": { + "CNAME": "ssalggnikool.github.io" + } +} From dd909a23633b0b7f02e828c6c64c836559cb06a7 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sun, 26 Nov 2023 17:57:31 +0700 Subject: [PATCH 086/113] feat(domain): contact.trung.is-a.dev --- domains/contact.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/contact.trung.json diff --git a/domains/contact.trung.json b/domains/contact.trung.json new file mode 100644 index 000000000..c4e2100b6 --- /dev/null +++ b/domains/contact.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "contact-form-9c3.pages.dev" + } +} From d6360af88ef553817fa03a2d0428d7e9e3548957 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sun, 26 Nov 2023 18:23:20 +0700 Subject: [PATCH 087/113] feat(domain): bots.trung.is-a.dev --- domains/bots.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bots.trung.json diff --git a/domains/bots.trung.json b/domains/bots.trung.json new file mode 100644 index 000000000..b8c78ecb4 --- /dev/null +++ b/domains/bots.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "bots-website.pages.dev" + } +} From 183336554a3f1ce56267c9bca5ea270bce187f28 Mon Sep 17 00:00:00 2001 From: khagdev Date: Sun, 26 Nov 2023 18:46:16 +0700 Subject: [PATCH 088/113] feat(domain): khag.is-a.dev --- domains/khag.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/khag.json diff --git a/domains/khag.json b/domains/khag.json new file mode 100644 index 000000000..be7f8a334 --- /dev/null +++ b/domains/khag.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khagdev", + "email": "nguyendaikhang2000@gmail.com" + }, + "record": { + "A": ["103.97.126.26"] + } +} From 51f661adb139132d1c8357370a7f05162bd45b25 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:57:22 +0700 Subject: [PATCH 089/113] Delete domains/trungmystic.json --- domains/trungmystic.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/trungmystic.json diff --git a/domains/trungmystic.json b/domains/trungmystic.json deleted file mode 100644 index f7dd34ceb..000000000 --- a/domains/trungmystic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vuthanhtrung2010", - "email": "vuthanhtrungsuper@gmail.com" - }, - "record": { - "CNAME": "proxy.private.danbot.host" - } -} From 40bed0985d325e479c9910eae03e58d971d7b242 Mon Sep 17 00:00:00 2001 From: thehuytong Date: Sun, 26 Nov 2023 21:09:02 +0700 Subject: [PATCH 090/113] feat(domain): thehuytong.is-a.dev --- domains/thehuytong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thehuytong.json diff --git a/domains/thehuytong.json b/domains/thehuytong.json new file mode 100644 index 000000000..1d617a615 --- /dev/null +++ b/domains/thehuytong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thehuytong", + "email": "tongnguyen.hahuy@gmail.com" + }, + "record": { + "CNAME": "thehuytong.github.io" + } +} From c9bffd622a6397c442cd5e99e752fa9fd7850793 Mon Sep 17 00:00:00 2001 From: Faelixyz <123782446+faelixyz@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:42:36 +0100 Subject: [PATCH 091/113] Create faelixyz.json --- domains/faelixyz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/faelixyz.json diff --git a/domains/faelixyz.json b/domains/faelixyz.json new file mode 100644 index 000000000..a63ebf78e --- /dev/null +++ b/domains/faelixyz.json @@ -0,0 +1,12 @@ +{ + "description": "Faelixyz's API and redirects", + "repo": "", + "owner": { + "username": "faelixyz", + "email": "private@fae5.studio", + "twitter": "faelixyz" + }, + "record": { + "CNAME": "isagooddev.pages.dev" + } +} From 3e362fe8b63591122e1a493b9476f9f76a66ccb2 Mon Sep 17 00:00:00 2001 From: Ayaan Haider <132247198+ayaanhaider-dev@users.noreply.github.com> Date: Sun, 26 Nov 2023 09:09:57 -0800 Subject: [PATCH 092/113] feat(domain): add `ayaanhaider.is-a.dev` --- domains/ayaanhaider.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ayaanhaider.json diff --git a/domains/ayaanhaider.json b/domains/ayaanhaider.json new file mode 100644 index 000000000..0069f747a --- /dev/null +++ b/domains/ayaanhaider.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ayaanhaider-dev", + "email": "ayaanhaider.dev@gmail.com" + }, + + "record": { + "CNAME": "ayaanhaider-dev.web.app" + } +} From e45ed0c4585567ea2047403e8f66483dad8b0890 Mon Sep 17 00:00:00 2001 From: Keczuu Date: Sun, 26 Nov 2023 20:40:47 +0100 Subject: [PATCH 093/113] feat(domain): keczuu.is-a.dev --- domains/keczuu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/keczuu.json diff --git a/domains/keczuu.json b/domains/keczuu.json new file mode 100644 index 000000000..648ea8f96 --- /dev/null +++ b/domains/keczuu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Keczuu", + "email": "koteczek5184@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 3cf4a7878da7bd1bf8584fda48812e5ba5270367 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Sun, 26 Nov 2023 21:00:22 +0100 Subject: [PATCH 094/113] Create temp.stefdp.json --- domains/temp.stefdp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/temp.stefdp.json diff --git a/domains/temp.stefdp.json b/domains/temp.stefdp.json new file mode 100644 index 000000000..ac75435d3 --- /dev/null +++ b/domains/temp.stefdp.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" + }, + "record": { + "A": [ + "84.46.245.191" + ] + } +} From a78e645af1d0011dd5d96b9fc85242387c298503 Mon Sep 17 00:00:00 2001 From: nxvvvv Date: Mon, 27 Nov 2023 03:02:52 +0530 Subject: [PATCH 095/113] feat(domain): nav.is-a.dev --- domains/nav.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nav.json diff --git a/domains/nav.json b/domains/nav.json new file mode 100644 index 000000000..83a2d7830 --- /dev/null +++ b/domains/nav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxvvvv", + "email": "navaneethkm004@gmail.com" + }, + "record": { + "CNAME": "nxvvvv.github.io" + } +} From e78102aa4472f64b9704fe2a6812bed8df1e808d Mon Sep 17 00:00:00 2001 From: khagdev Date: Mon, 27 Nov 2023 07:16:19 +0700 Subject: [PATCH 096/113] feat(domain): sex.is-a.dev --- domains/sex.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sex.json diff --git a/domains/sex.json b/domains/sex.json new file mode 100644 index 000000000..386c30496 --- /dev/null +++ b/domains/sex.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "khagdev", + "email": "nguyendaikhang2000@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 c75eb99b2e189f8c2aef5e8e24f130047829b13e Mon Sep 17 00:00:00 2001 From: khagdev Date: Mon, 27 Nov 2023 07:17:07 +0700 Subject: [PATCH 097/113] feat(domain): kh.is-a.dev --- domains/kh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kh.json diff --git a/domains/kh.json b/domains/kh.json new file mode 100644 index 000000000..386c30496 --- /dev/null +++ b/domains/kh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "khagdev", + "email": "nguyendaikhang2000@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 5dc8925b632dea9aec5d211d894ac11326219ddd Mon Sep 17 00:00:00 2001 From: khagdev Date: Mon, 27 Nov 2023 07:18:58 +0700 Subject: [PATCH 098/113] feat(domain): khang.is-a.dev --- domains/khang.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/khang.json diff --git a/domains/khang.json b/domains/khang.json new file mode 100644 index 000000000..386c30496 --- /dev/null +++ b/domains/khang.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "khagdev", + "email": "nguyendaikhang2000@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 170b67976d80e04e545e61d88d53bb74101673d8 Mon Sep 17 00:00:00 2001 From: Online13 Date: Mon, 27 Nov 2023 03:38:24 +0300 Subject: [PATCH 099/113] feat(domain): rayane-nekena.is-a.dev --- domains/rayane-nekena.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index 873baf51c..1bc8b37b9 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -4,6 +4,9 @@ "email": "Rratiarivelo@gmail.com" }, "record": { - "CNAME": "online13.github.io" + "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 f6cb4ef8e60f2e7f916d538d23b982b58b7f7359 Mon Sep 17 00:00:00 2001 From: IQBooster Date: Sun, 26 Nov 2023 21:58:47 -0800 Subject: [PATCH 100/113] feat(domain): xcut.is-a.dev --- domains/xcut.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xcut.json diff --git a/domains/xcut.json b/domains/xcut.json new file mode 100644 index 000000000..186ab293d --- /dev/null +++ b/domains/xcut.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "IQBooster", + "email": "martinskyler829@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 757b98c4ea327b8981f37889c9436a61f8b3574a Mon Sep 17 00:00:00 2001 From: Catty Date: Mon, 27 Nov 2023 16:36:30 +0700 Subject: [PATCH 101/113] Update mlemingcapoo.json removed CNAME --- domains/mlemingcapoo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index 0142d92e4..75ca03cbd 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -8,6 +8,5 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - "CNAME": "mlemingcapoo.github.io" } } From 72c7a4913ae26ee9a0244112116073b2038cc8ee Mon Sep 17 00:00:00 2001 From: Pascal JACQ Date: Mon, 27 Nov 2023 11:05:24 +0100 Subject: [PATCH 102/113] feat(domain): add `pascal-jacq.is-a.dev` --- domains/pascal-jacq.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pascal-jacq.json diff --git a/domains/pascal-jacq.json b/domains/pascal-jacq.json new file mode 100644 index 000000000..239712c39 --- /dev/null +++ b/domains/pascal-jacq.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pascal-Jacq", + "email": "pascal.jacq29@gmail.com" + }, + + "record": { + "A": ["80.119.158.22"] + } +} From 24c61409223f2833705ba9aa5907ab72d62bc5aa Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Mon, 27 Nov 2023 19:05:09 +0700 Subject: [PATCH 103/113] feat(domain): info.trung.is-a.dev --- domains/info.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/info.trung.json diff --git a/domains/info.trung.json b/domains/info.trung.json new file mode 100644 index 000000000..57f9a1944 --- /dev/null +++ b/domains/info.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "dev-info-website.pages.dev" + } +} From 179e2a2265adda183d28918bca608a77f9abccf5 Mon Sep 17 00:00:00 2001 From: Gawnul Date: Mon, 27 Nov 2023 22:25:22 +0100 Subject: [PATCH 104/113] feat(domain): drively.is-a.dev --- domains/drively.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/drively.json diff --git a/domains/drively.json b/domains/drively.json new file mode 100644 index 000000000..cbb98ae6c --- /dev/null +++ b/domains/drively.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Gawnul", + "email": "rootnull@outlook.es" + }, + "record": { + "URL": "https://bento.me/drively" + } +} From 579545b23a4e4d8a40ae107aa01b39a951e20450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20=C5=9Ead?= <60552846+erdogansad@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:16:01 +0300 Subject: [PATCH 105/113] Update erdogan.json --- domains/erdogan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/erdogan.json b/domains/erdogan.json index ae749661b..f606d3d70 100644 --- a/domains/erdogan.json +++ b/domains/erdogan.json @@ -4,6 +4,6 @@ "email": "erdogan.sad@windowslive.com" }, "record": { - "CNAME": "erdogansad.github.io" + "A": ["87.248.157.245"] } } From 014f57f56e527401ac5312437a6626320594133c Mon Sep 17 00:00:00 2001 From: amol234545 Date: Mon, 27 Nov 2023 18:03:02 -0500 Subject: [PATCH 106/113] feat(domain): amol3.is-a.dev --- domains/amol3.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amol3.json diff --git a/domains/amol3.json b/domains/amol3.json new file mode 100644 index 000000000..bf67336b1 --- /dev/null +++ b/domains/amol3.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amol234545", + "email": "amolmilton@gmail.com" + }, + "record": { + "CNAME": "amol234545.github.io" + } +} From 0dbbbd9362742b3de643e6195a925d80d87d07f9 Mon Sep 17 00:00:00 2001 From: DarkPizza Date: Mon, 27 Nov 2023 21:00:11 -0300 Subject: [PATCH 107/113] feat(domain): dark-pizza.is-a.dev --- domains/dark-pizza.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dark-pizza.json diff --git a/domains/dark-pizza.json b/domains/dark-pizza.json new file mode 100644 index 000000000..2b9e44366 --- /dev/null +++ b/domains/dark-pizza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DarkPizza", + "email": "arturpizzagames@hotmail.com" + }, + "record": { + "URL": "https://github.com/darkpizza/darkpizza" + } +} From 8faa47b33ed7e6740df24ee89645a513cd8b3ecb Mon Sep 17 00:00:00 2001 From: Ratiarivelo Nekena Rayane <50442872+Online13@users.noreply.github.com> Date: Tue, 28 Nov 2023 05:38:03 +0300 Subject: [PATCH 108/113] Update rayane-nekena.json Sorry, I made some mistake when I update it from dashboard. --- domains/rayane-nekena.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index 1bc8b37b9..c7ab63470 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -1,12 +1,11 @@ { + "description": "Domain for my personal blog", + "repo": "https://github.com/Online13/Online13.github.io" "owner": { "username": "Online13", "email": "Rratiarivelo@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" + "CNAME":"online13.github.io/" } -} \ No newline at end of file +} From a0de1363d04df821dda54f6962ef6a47c4cf6b00 Mon Sep 17 00:00:00 2001 From: Ratiarivelo Nekena Rayane <50442872+Online13@users.noreply.github.com> Date: Tue, 28 Nov 2023 05:56:17 +0300 Subject: [PATCH 109/113] Update rayane-nekena.json --- domains/rayane-nekena.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index c7ab63470..f2d066411 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -1,6 +1,6 @@ { "description": "Domain for my personal blog", - "repo": "https://github.com/Online13/Online13.github.io" + "repo": "https://github.com/Online13/Online13.github.io", "owner": { "username": "Online13", "email": "Rratiarivelo@gmail.com" From 57df6e30d099d0f22796a86d02c9ffd495dcae16 Mon Sep 17 00:00:00 2001 From: Ratiarivelo Nekena Rayane <50442872+Online13@users.noreply.github.com> Date: Tue, 28 Nov 2023 06:05:04 +0300 Subject: [PATCH 110/113] Update rayane-nekena.json --- domains/rayane-nekena.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index f2d066411..853cda9b5 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -6,6 +6,6 @@ "email": "Rratiarivelo@gmail.com" }, "record": { - "CNAME":"online13.github.io/" + "CNAME":"online13.github.io" } } From c10016c41bf31c893084482ce236233ed750f359 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:18:02 +0700 Subject: [PATCH 111/113] Update trung.json --- domains/trung.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/domains/trung.json b/domains/trung.json index 4f2eae8a5..b8c78ecb4 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,13 +4,6 @@ "email": "vuthanhtrungsuper@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" - - - + "CNAME": "bots-website.pages.dev" } -} \ No newline at end of file +} From d55ca6289827e8198a7c9265ca4dab520cd3f85b Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:20:23 +0700 Subject: [PATCH 112/113] Update trung.json --- domains/trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trung.json b/domains/trung.json index b8c78ecb4..ccc6c6635 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "CNAME": "bots-website.pages.dev" + "CNAME": "dev-website-emr.pages.dev/" } } From b768a360b14d50e43c8551fd120e141ca72122f1 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:35:57 +0700 Subject: [PATCH 113/113] Update trung.json --- domains/trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trung.json b/domains/trung.json index ccc6c6635..fd93ed512 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "CNAME": "dev-website-emr.pages.dev/" + "CNAME": "dev-website-emr.pages.dev" } }