From b35c6d0e3b0ca8d8052bf591879eeddeafba1767 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 11 Jan 2024 11:19:30 +0000 Subject: [PATCH 001/181] feat(domain): test-review.is-a.dev --- domains/test-review.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/test-review.json diff --git a/domains/test-review.json b/domains/test-review.json new file mode 100644 index 000000000..c50c33718 --- /dev/null +++ b/domains/test-review.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From b79f7e5f0b1374ca86e958bdc7141058087454ac Mon Sep 17 00:00:00 2001 From: Sunil Gupta <131786207+skgupta507@users.noreply.github.com> Date: Sun, 3 Mar 2024 12:02:59 +0530 Subject: [PATCH 002/181] Update sunil.json --- domains/sunil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sunil.json b/domains/sunil.json index 8748208c3..2f2b998ac 100644 --- a/domains/sunil.json +++ b/domains/sunil.json @@ -4,6 +4,6 @@ "email": "sunilk98850@gmail.com" }, "record": { - "URL": "https://yt-musix.vercel.app" + "URL": "https://sk-portfolio-five.vercel.app/" } } From 28a3458f59f483022977256c664b0284bdb0018c Mon Sep 17 00:00:00 2001 From: rorosin Date: Thu, 14 Mar 2024 09:38:47 +0300 Subject: [PATCH 003/181] feat(domain): rorosin.is-a.dev --- domains/rorosin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rorosin.json diff --git a/domains/rorosin.json b/domains/rorosin.json new file mode 100644 index 000000000..b48d7d422 --- /dev/null +++ b/domains/rorosin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rorosin", + "email": "rosin886@gmail.com" + }, + "record": { + "CNAME": "ru.ardev.tk." + } +} From 8ae0a7407b98fb182b0827aa1252bb7b987c905c Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:41:47 +0000 Subject: [PATCH 004/181] Update he.json --- domains/he.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/he.json b/domains/he.json index 3580311b0..080ec0522 100644 --- a/domains/he.json +++ b/domains/he.json @@ -4,6 +4,6 @@ "email": "yunexiz@aol.com" }, "record": { - "A": ["69.30.249.53"] + "A": ["109.71.252.37"] } } From af40f1e0d0ff8343afe660538215b9cca04bb0cb Mon Sep 17 00:00:00 2001 From: WlodekM <75479945+WlodekM@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:37:36 +0200 Subject: [PATCH 005/181] Create wlodekms-pc --- domains/wlodekms-pc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wlodekms-pc diff --git a/domains/wlodekms-pc b/domains/wlodekms-pc new file mode 100644 index 000000000..7c3b6e5d3 --- /dev/null +++ b/domains/wlodekms-pc @@ -0,0 +1,10 @@ +{ + "description": "Domain for the stuff that i host on my pc", + "owner": { + "username": "WlodekM", + "email": "wlodekm.work@gmail.com" + }, + "record": { + "a": ["159.224.173.169"] + } +} From 8a21cfab54f113ff829dbf1997685b6b7bf83b71 Mon Sep 17 00:00:00 2001 From: WlodekM <75479945+WlodekM@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:38:02 +0200 Subject: [PATCH 006/181] Delete domains/wlodekms-pc --- domains/wlodekms-pc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/wlodekms-pc diff --git a/domains/wlodekms-pc b/domains/wlodekms-pc deleted file mode 100644 index 7c3b6e5d3..000000000 --- a/domains/wlodekms-pc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Domain for the stuff that i host on my pc", - "owner": { - "username": "WlodekM", - "email": "wlodekm.work@gmail.com" - }, - "record": { - "a": ["159.224.173.169"] - } -} From 477177b05da3ba29b52712134e6b5504be5e92ab Mon Sep 17 00:00:00 2001 From: WlodekM <75479945+WlodekM@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:38:17 +0200 Subject: [PATCH 007/181] Create wlodekm.json --- domains/wlodekm.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wlodekm.json diff --git a/domains/wlodekm.json b/domains/wlodekm.json new file mode 100644 index 000000000..7c3b6e5d3 --- /dev/null +++ b/domains/wlodekm.json @@ -0,0 +1,10 @@ +{ + "description": "Domain for the stuff that i host on my pc", + "owner": { + "username": "WlodekM", + "email": "wlodekm.work@gmail.com" + }, + "record": { + "a": ["159.224.173.169"] + } +} From c470d57fd2268d647798d74bfa6ccb008041f9cc Mon Sep 17 00:00:00 2001 From: praharshjain Date: Wed, 20 Mar 2024 22:42:20 +0530 Subject: [PATCH 008/181] feat(domain): praharshjain.is-a.dev --- domains/praharshjain.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/praharshjain.json diff --git a/domains/praharshjain.json b/domains/praharshjain.json new file mode 100644 index 000000000..d73bd2b2a --- /dev/null +++ b/domains/praharshjain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "praharshjain", + "email": "praharshsamria@gmail.com" + }, + "record": { + "CNAME": "praharsh.zz.mu" + } +} From 01dd3977e768143d595ca1ebb6ca44190f6de6f8 Mon Sep 17 00:00:00 2001 From: Th3ABombs Date: Thu, 21 Mar 2024 11:20:33 +0100 Subject: [PATCH 009/181] feat(domain): hassbomb.is-a.dev --- domains/hassbomb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hassbomb.json diff --git a/domains/hassbomb.json b/domains/hassbomb.json new file mode 100644 index 000000000..cd3def156 --- /dev/null +++ b/domains/hassbomb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Th3ABombs", + "email": "andreabombelli@gmail.com" + }, + "record": { + "A": ["144.24.243.47"] + } +} From 2aabdf8a4aa159c019d774c69a1f7cf53dc4522d Mon Sep 17 00:00:00 2001 From: neohe Date: Fri, 22 Mar 2024 20:50:43 +0800 Subject: [PATCH 010/181] feat(domain): abc.is-a.dev --- domains/abc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abc.json diff --git a/domains/abc.json b/domains/abc.json new file mode 100644 index 000000000..3eeea3c61 --- /dev/null +++ b/domains/abc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "neohe", + "email": "he_neo@163.com" + }, + "record": { + "CNAME": "neohe.github.io" + } +} From 8227a7d44dafa3178b5e9384107b16dc9f1a01d7 Mon Sep 17 00:00:00 2001 From: Meprazhant Date: Fri, 22 Mar 2024 18:58:42 +0545 Subject: [PATCH 011/181] feat(domain): prashant.is-a.dev --- domains/prashant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/prashant.json diff --git a/domains/prashant.json b/domains/prashant.json new file mode 100644 index 000000000..a2f7a67ab --- /dev/null +++ b/domains/prashant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Meprazhant", + "email": "meprazhant@gmail.com" + }, + "record": { + "URL": "https://www.prashantkafle.com.np" + } +} From e6bd2f6f169ac2fed3b3865009812c9cf02abc62 Mon Sep 17 00:00:00 2001 From: bismuthnickel Date: Fri, 22 Mar 2024 10:23:17 -0400 Subject: [PATCH 012/181] feat(domain): bismuth.is-a.dev --- domains/bismuth.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bismuth.json diff --git a/domains/bismuth.json b/domains/bismuth.json new file mode 100644 index 000000000..e8b98db04 --- /dev/null +++ b/domains/bismuth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bismuthnickel", + "email": "warreneverettstevens@gmail.com" + }, + "record": { + "CNAME": "bismuthnickel.gith'ub.io" + } +} From 66b7458d8644243a96d344cdefbcecef93e27eaa Mon Sep 17 00:00:00 2001 From: bissy <70106649+bismuthnickel@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:24:26 -0400 Subject: [PATCH 013/181] Update bismuth.json --- domains/bismuth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bismuth.json b/domains/bismuth.json index e8b98db04..deb9b5313 100644 --- a/domains/bismuth.json +++ b/domains/bismuth.json @@ -4,6 +4,6 @@ "email": "warreneverettstevens@gmail.com" }, "record": { - "CNAME": "bismuthnickel.gith'ub.io" + "CNAME": "bismuthnickel.github.io" } } From bec9914fb18a2debd41686716bd7873acce4fa00 Mon Sep 17 00:00:00 2001 From: Vladimir Papazov <71008536+VladimirPapazov88@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:30:42 +0300 Subject: [PATCH 014/181] fix record --- domains/vlppz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vlppz.json b/domains/vlppz.json index 2eb1e9b3c..4bcba08f5 100644 --- a/domains/vlppz.json +++ b/domains/vlppz.json @@ -4,6 +4,6 @@ "email": "vfr.123.op@gmail.com" }, "record": { - "URL": "https://vlppz.vercel.app" + "CNAME": "main-website-2q4.pages.dev" } } \ No newline at end of file From f97b795518223b0cc50052016830a4a7792e7600 Mon Sep 17 00:00:00 2001 From: PythonSmall-Q Date: Sat, 23 Mar 2024 14:37:45 +0800 Subject: [PATCH 015/181] feat(domain): xmoj-bbs.is-a.dev --- domains/xmoj-bbs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xmoj-bbs.json diff --git a/domains/xmoj-bbs.json b/domains/xmoj-bbs.json new file mode 100644 index 000000000..277cff40f --- /dev/null +++ b/domains/xmoj-bbs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PythonSmall-Q", + "email": "seanoj_noreply@yeah.net" + }, + "record": { + "CNAME": "xmoj-script.pages.dev" + } +} From 120d9cfc293d88f091bb866ff3726ce688bcf837 Mon Sep 17 00:00:00 2001 From: tmasikt Date: Sat, 23 Mar 2024 10:34:26 +0300 Subject: [PATCH 016/181] feat(domain): tmasikt.is-a.dev --- domains/tmasikt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tmasikt.json diff --git a/domains/tmasikt.json b/domains/tmasikt.json new file mode 100644 index 000000000..4a6b970af --- /dev/null +++ b/domains/tmasikt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tmasikt", + "email": "tmasik.t.210@gmail.com" + }, + "record": { + "A": ["192.168.50.212"] + } +} From 2991f826d1eaab07323e4dddab9d2342cb60275b Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:57:05 +0300 Subject: [PATCH 017/181] Update tmasikt.json --- domains/tmasikt.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/tmasikt.json b/domains/tmasikt.json index 4a6b970af..77184d71f 100644 --- a/domains/tmasikt.json +++ b/domains/tmasikt.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "tmasikt", - "email": "tmasik.t.210@gmail.com" - }, - "record": { - "A": ["192.168.50.212"] - } + "description": "tmasikt's server record" + "owner": { + "username": "tmasikt", + "email": "tmasik.t.210@gmail.com", + "telegram": "tmasikt", + "discord": "tmasikt" + }, + "record": { + "A": [ + "194.190.169.59" + ] + } } From a5da56f47a3918a345b4df1e9e0abbf1c8b9c73a Mon Sep 17 00:00:00 2001 From: ecstaticsoul Date: Sat, 23 Mar 2024 14:47:25 +0530 Subject: [PATCH 018/181] feat(domain): soulfulkrishna.is-a.dev --- domains/soulfulkrishna.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soulfulkrishna.json diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json new file mode 100644 index 000000000..c840ecff4 --- /dev/null +++ b/domains/soulfulkrishna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ecstaticsoul", + "email": "soulfulkrishna@gmail.com" + }, + "record": { + "URL": "www.soulfulkrishna.is-a.dev" + } +} From 390bca605de4230655620c3e3b880b56d1bab7f4 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:59:44 +0530 Subject: [PATCH 019/181] Update soulfulkrishna.json --- domains/soulfulkrishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json index c840ecff4..74413cfe9 100644 --- a/domains/soulfulkrishna.json +++ b/domains/soulfulkrishna.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "www.soulfulkrishna.is-a.dev" + "URL": "https://www.soulfulkrishna.is-a.dev" } } From 1af421a26acfb8b2f763c2c2ecb96f997817b590 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:15:12 +0530 Subject: [PATCH 020/181] Update soulfulkrishna.json --- domains/soulfulkrishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json index 74413cfe9..ac603effd 100644 --- a/domains/soulfulkrishna.json +++ b/domains/soulfulkrishna.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "https://www.soulfulkrishna.is-a.dev" + "URL": "http://www.soulfulkrishna.is-a.dev" } } From f4ea8aa01ad94f8c2fb42d6986e82e126f88b6ff Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:31:19 +0530 Subject: [PATCH 021/181] Update soulfulkrishna.json --- domains/soulfulkrishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json index ac603effd..74413cfe9 100644 --- a/domains/soulfulkrishna.json +++ b/domains/soulfulkrishna.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "http://www.soulfulkrishna.is-a.dev" + "URL": "https://www.soulfulkrishna.is-a.dev" } } From 410b2d2a8c0cd5bc6e710794d0d8cf63990bc21a Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:15:54 +0300 Subject: [PATCH 022/181] Update tmasikt.json --- domains/tmasikt.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/tmasikt.json b/domains/tmasikt.json index 77184d71f..8fb602683 100644 --- a/domains/tmasikt.json +++ b/domains/tmasikt.json @@ -9,6 +9,8 @@ "record": { "A": [ "194.190.169.59" - ] + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 5e08e5a197044891e551093af4c43fc2fade5ac9 Mon Sep 17 00:00:00 2001 From: ericsia Date: Sat, 23 Mar 2024 23:17:21 +0800 Subject: [PATCH 023/181] Create hk --- domains/hk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hk diff --git a/domains/hk b/domains/hk new file mode 100644 index 000000000..dcc165136 --- /dev/null +++ b/domains/hk @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ericsia", + "email": "medlexopm@gmail.com" + }, + "record": { + "CNAME": "sga.domcloud.id" + } +} From bef37d90d303e4f87f6738595303ee2b82656acc Mon Sep 17 00:00:00 2001 From: ericsia Date: Sat, 23 Mar 2024 23:31:25 +0800 Subject: [PATCH 024/181] Update hk --- domains/hk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hk b/domains/hk index dcc165136..fae71fcba 100644 --- a/domains/hk +++ b/domains/hk @@ -4,6 +4,6 @@ "email": "medlexopm@gmail.com" }, "record": { - "CNAME": "sga.domcloud.id" + "A": "185.27.134.137" } } From 18f8cb395daf41ab00654aaf537145888d9e7b7e Mon Sep 17 00:00:00 2001 From: Antonio Cacciapuoti Date: Sat, 23 Mar 2024 17:58:11 +0100 Subject: [PATCH 025/181] Create _github-pages-challenge-YantCaccia.antonio.json --- domains/_github-pages-challenge-YantCaccia.antonio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-YantCaccia.antonio.json diff --git a/domains/_github-pages-challenge-YantCaccia.antonio.json b/domains/_github-pages-challenge-YantCaccia.antonio.json new file mode 100644 index 000000000..11bca6447 --- /dev/null +++ b/domains/_github-pages-challenge-YantCaccia.antonio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YantCaccia", + "email": "yantcaccia@gmail.com" + }, + "record": { + "TXT": "7af4c3a94c5f7fa70f489c3c8c901f" + } +} From 5a8578ef31c75fca5c492d033014d791d05a9a0e Mon Sep 17 00:00:00 2001 From: Vishal Kr <53997539+ItzYoVishal@users.noreply.github.com> Date: Sat, 23 Mar 2024 23:41:21 +0530 Subject: [PATCH 026/181] Create syntaxsavior.json --- domains/syntaxsavior.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/syntaxsavior.json diff --git a/domains/syntaxsavior.json b/domains/syntaxsavior.json new file mode 100644 index 000000000..1e978ad4b --- /dev/null +++ b/domains/syntaxsavior.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItzYoVishal", + "email": "rockstarelitecoc@gmail.com" + }, + "record": { + "CNAME": "blue-sand-021f23e10.4.azurestaticapps.net" + } +} From 0b351e65150ec651e3d5a1c47138f833c0c89a79 Mon Sep 17 00:00:00 2001 From: denboy0123 Date: Sat, 23 Mar 2024 21:43:32 +0200 Subject: [PATCH 027/181] feat(domain): denboy0123.is-a.dev --- domains/denboy0123.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/denboy0123.json diff --git a/domains/denboy0123.json b/domains/denboy0123.json new file mode 100644 index 000000000..e6190ea2b --- /dev/null +++ b/domains/denboy0123.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "denboy0123", + "email": "pochtaproverka01@gmail.com" + }, + "record": { + "URL": "https://t.me/denboy0123" + } +} From c2fb1f151cadabe9f1a8aa6cc930311b84e8b5ea Mon Sep 17 00:00:00 2001 From: Mai <80142063+Mai1ii@users.noreply.github.com> Date: Sun, 24 Mar 2024 05:30:03 +0800 Subject: [PATCH 028/181] Register meku.is-a.dev --- domains/meku.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/meku.json diff --git a/domains/meku.json b/domains/meku.json new file mode 100644 index 000000000..3f596d094 --- /dev/null +++ b/domains/meku.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com", + "discord": "1130452399094505534" + }, + + "record": { + "A": ["69.30.249.53"] + } + } + \ No newline at end of file From 867d6b67993fcf8a4a18c9ded254be7f5cd5b2d9 Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Sun, 24 Mar 2024 13:05:30 +0800 Subject: [PATCH 029/181] feat(domain): mekuvsh.is-a.dev --- domains/mekuvsh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mekuvsh.json diff --git a/domains/mekuvsh.json b/domains/mekuvsh.json new file mode 100644 index 000000000..433fa1303 --- /dev/null +++ b/domains/mekuvsh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From d45b3f66337b608735b9aa0b027a01689701026a Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Sun, 24 Mar 2024 13:06:08 +0800 Subject: [PATCH 030/181] feat(domain): mekuu.is-a.dev --- domains/mekuu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mekuu.json diff --git a/domains/mekuu.json b/domains/mekuu.json new file mode 100644 index 000000000..433fa1303 --- /dev/null +++ b/domains/mekuu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From 83ecc490221600ca59fefd349f3a8e9ec7c96bf4 Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Sun, 24 Mar 2024 13:06:56 +0800 Subject: [PATCH 031/181] feat(domain): mekuuu.is-a.dev --- domains/mekuuu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mekuuu.json diff --git a/domains/mekuuu.json b/domains/mekuuu.json new file mode 100644 index 000000000..433fa1303 --- /dev/null +++ b/domains/mekuuu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From d5a1b06487cf5c42c413c40dae80c8c2bde27de9 Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Sun, 24 Mar 2024 13:07:37 +0800 Subject: [PATCH 032/181] feat(domain): mekuzv.is-a.dev --- domains/mekuzv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mekuzv.json diff --git a/domains/mekuzv.json b/domains/mekuzv.json new file mode 100644 index 000000000..433fa1303 --- /dev/null +++ b/domains/mekuzv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From 2b9f5680e19a15919cc211333438a1a144ac8e1a Mon Sep 17 00:00:00 2001 From: ericsia Date: Sun, 24 Mar 2024 13:20:43 +0800 Subject: [PATCH 033/181] feat(domain): hk.is-a.dev --- domains/hk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hk.json diff --git a/domains/hk.json b/domains/hk.json new file mode 100644 index 000000000..8a5fa1f0d --- /dev/null +++ b/domains/hk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ericsia", + "email": "ericsia12@gmail.com" + }, + "record": { + "A": ["185.27.134.137"] + } +} From d524e9e36f3b2e73f34a92408f9dadcec2bec1a7 Mon Sep 17 00:00:00 2001 From: Sunil Gupta Date: Sun, 24 Mar 2024 13:05:33 +0530 Subject: [PATCH 034/181] Update sunil.json --- domains/sunil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sunil.json b/domains/sunil.json index 2f2b998ac..2844bbb04 100644 --- a/domains/sunil.json +++ b/domains/sunil.json @@ -4,6 +4,6 @@ "email": "sunilk98850@gmail.com" }, "record": { - "URL": "https://sk-portfolio-five.vercel.app/" + "URL": "https://sunil-gupta.netlify.app/" } } From edbbde9b8dd8aa4f9d9c0cf281cb76b82f985215 Mon Sep 17 00:00:00 2001 From: indideee Date: Sun, 24 Mar 2024 22:04:47 +1300 Subject: [PATCH 035/181] feat(domain): indidee.is-a.dev --- domains/indidee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/indidee.json diff --git a/domains/indidee.json b/domains/indidee.json new file mode 100644 index 000000000..fab070347 --- /dev/null +++ b/domains/indidee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "indideee", + "email": "amberisamab@gmail.com" + }, + "record": { + "CNAME": "indideee.github.io" + } +} From afb6c129fa9d27a97fc66043b0d85df40ea7620e Mon Sep 17 00:00:00 2001 From: bkmsstudio Date: Sun, 24 Mar 2024 17:44:47 +0700 Subject: [PATCH 036/181] feat(domain): bkms.is-a.dev --- domains/bkms.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bkms.json diff --git a/domains/bkms.json b/domains/bkms.json new file mode 100644 index 000000000..b12e2612f --- /dev/null +++ b/domains/bkms.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bkmsstudio", + "email": "mmini15354424@gmail.com" + }, + "record": { + "CNAME": "www.bkmsdev.in.th" + } +} From 914010cdc497350edd74218ef0933a0a1002998d Mon Sep 17 00:00:00 2001 From: eneru2 Date: Sun, 24 Mar 2024 11:49:22 +0100 Subject: [PATCH 037/181] feat(domain): andres.is-a.dev --- domains/andres.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andres.json diff --git a/domains/andres.json b/domains/andres.json new file mode 100644 index 000000000..03872523d --- /dev/null +++ b/domains/andres.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "eneru2", + "email": "elementaov@gmail.com" + }, + "record": { + "A": ["130.61.184.180"] + } +} From 3aea76a952ab322e346fe3459dc56eeac43cfc8c Mon Sep 17 00:00:00 2001 From: ericsia Date: Sun, 24 Mar 2024 20:15:39 +0800 Subject: [PATCH 038/181] Delete domains/hk.json --- domains/hk.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/hk.json diff --git a/domains/hk.json b/domains/hk.json deleted file mode 100644 index 8a5fa1f0d..000000000 --- a/domains/hk.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ericsia", - "email": "ericsia12@gmail.com" - }, - "record": { - "A": ["185.27.134.137"] - } -} From 2eb85ce22c126be50a6934410c20e8a9a2a86a94 Mon Sep 17 00:00:00 2001 From: ericsia Date: Sun, 24 Mar 2024 20:28:58 +0800 Subject: [PATCH 039/181] Rename hk to hk.json --- domains/{hk => hk.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{hk => hk.json} (100%) diff --git a/domains/hk b/domains/hk.json similarity index 100% rename from domains/hk rename to domains/hk.json From 0f80645015bfcf91819160f4ebcaf8720fd5896d Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:39:12 +0300 Subject: [PATCH 040/181] Update tmasikt.json --- domains/tmasikt.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/tmasikt.json b/domains/tmasikt.json index 8fb602683..77184d71f 100644 --- a/domains/tmasikt.json +++ b/domains/tmasikt.json @@ -9,8 +9,6 @@ "record": { "A": [ "194.190.169.59" - ], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + ] } } From 23b20410d5d3cbe2e940aa3899f1de1ae83e09fd Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:40:52 +0300 Subject: [PATCH 041/181] Create mail.tmasikt.json --- domains/mail.tmasikt.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/mail.tmasikt.json diff --git a/domains/mail.tmasikt.json b/domains/mail.tmasikt.json new file mode 100644 index 000000000..4169dd527 --- /dev/null +++ b/domains/mail.tmasikt.json @@ -0,0 +1,13 @@ +{ + "description": "tmasikt's mail record" + "owner": { + "username": "tmasikt", + "email": "tmasik.t.210@gmail.com", + "telegram": "tmasikt", + "discord": "tmasikt" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From c82756b0f5809cc036b7b95770fd929c77e5f59b Mon Sep 17 00:00:00 2001 From: ecstaticsoul Date: Sun, 24 Mar 2024 20:12:28 +0530 Subject: [PATCH 042/181] feat(domain): kaybee.is-a.dev --- domains/kaybee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kaybee.json diff --git a/domains/kaybee.json b/domains/kaybee.json new file mode 100644 index 000000000..ea9b01dd0 --- /dev/null +++ b/domains/kaybee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ecstaticsoul", + "email": "soulfulkrishna@gmail.com" + }, + "record": { + "URL": "https://kaybee.is-a.dev" + } +} From 2068b6c5324e863acf53dacd3ca28ef3d69ea693 Mon Sep 17 00:00:00 2001 From: ecstaticsoul Date: Sun, 24 Mar 2024 20:13:52 +0530 Subject: [PATCH 043/181] feat(domain): krish.is-a.dev --- domains/krish.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/krish.json diff --git a/domains/krish.json b/domains/krish.json new file mode 100644 index 000000000..7f533aec8 --- /dev/null +++ b/domains/krish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ecstaticsoul", + "email": "soulfulkrishna@gmail.com" + }, + "record": { + "URL": "https://krish.is-a.dev" + } +} From f1d5f53a4fda63ea0f90cc91a3ae800e214da098 Mon Sep 17 00:00:00 2001 From: AbhiSharma096 Date: Sun, 24 Mar 2024 21:06:17 +0530 Subject: [PATCH 044/181] feat(domain): abhishek-sharma.is-a.dev --- domains/abhishek-sharma.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abhishek-sharma.json diff --git a/domains/abhishek-sharma.json b/domains/abhishek-sharma.json new file mode 100644 index 000000000..04eb0858d --- /dev/null +++ b/domains/abhishek-sharma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AbhiSharma096", + "email": "Abhisheksharma10a@gmail.com" + }, + "record": { + "URL": "https://abhishek-sharma-01.netlify.app/" + } +} From 0c0294d6c1d511017ccde6d3ab9dd9028b3dc00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wola=C5=84ski?= <41783563+radekw8733@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:08:18 +0100 Subject: [PATCH 045/181] Update radke.json --- domains/radke.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/radke.json b/domains/radke.json index be29586fe..c37ccfabe 100644 --- a/domains/radke.json +++ b/domains/radke.json @@ -5,6 +5,6 @@ }, "repo": "https://github.com/radekw8733/radke.is-a.dev", "record": { - "CNAME": "radkerouter.ddns.net" + "CNAME": "radke.duckdns.org" } } From a658178f4fa92af57081a3d2413e1c6c5be4c6ee Mon Sep 17 00:00:00 2001 From: ericsia Date: Mon, 25 Mar 2024 09:56:29 +0800 Subject: [PATCH 046/181] Update domains/hk.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/hk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hk.json b/domains/hk.json index fae71fcba..865d24eb1 100644 --- a/domains/hk.json +++ b/domains/hk.json @@ -4,6 +4,6 @@ "email": "medlexopm@gmail.com" }, "record": { - "A": "185.27.134.137" + "A": ["185.27.134.137"] } } From 7c925de223110681b7d1e45e3cbf1a6a7f5f7428 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:19:09 +0530 Subject: [PATCH 047/181] Update soulfulkrishna.json --- domains/soulfulkrishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json index 74413cfe9..805fbd6b8 100644 --- a/domains/soulfulkrishna.json +++ b/domains/soulfulkrishna.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "https://www.soulfulkrishna.is-a.dev" + "URL": "ecstaticsoul.github.io" } } From 88a234ff4bfff1f4825e0922eeabc78c30c77855 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:19:26 +0530 Subject: [PATCH 048/181] Delete domains/krish.json --- domains/krish.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/krish.json diff --git a/domains/krish.json b/domains/krish.json deleted file mode 100644 index 7f533aec8..000000000 --- a/domains/krish.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ecstaticsoul", - "email": "soulfulkrishna@gmail.com" - }, - "record": { - "URL": "https://krish.is-a.dev" - } -} From 58f48f541b5e232203f283f7124afaf13440e091 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:19:44 +0530 Subject: [PATCH 049/181] Update kaybee.json --- domains/kaybee.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kaybee.json b/domains/kaybee.json index ea9b01dd0..805fbd6b8 100644 --- a/domains/kaybee.json +++ b/domains/kaybee.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "https://kaybee.is-a.dev" + "URL": "ecstaticsoul.github.io" } } From 622f9794c5313b4615d40a03b86c9b7fb66ad8c3 Mon Sep 17 00:00:00 2001 From: ecstaticsoul Date: Mon, 25 Mar 2024 08:30:44 +0530 Subject: [PATCH 050/181] feat(domain): ecstaticsoul.is-a.dev --- domains/ecstaticsoul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ecstaticsoul.json diff --git a/domains/ecstaticsoul.json b/domains/ecstaticsoul.json new file mode 100644 index 000000000..6a066e22a --- /dev/null +++ b/domains/ecstaticsoul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ecstaticsoul", + "email": "soulfulkrishna@gmail.com" + }, + "record": { + "CNAME": "ecstaticsoul.github.io" + } +} From a627d1333e6b5cb1ea762c77cdf608f0843c38d5 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:32:06 +0530 Subject: [PATCH 051/181] Update soulfulkrishna.json --- domains/soulfulkrishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json index 805fbd6b8..6a066e22a 100644 --- a/domains/soulfulkrishna.json +++ b/domains/soulfulkrishna.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "ecstaticsoul.github.io" + "CNAME": "ecstaticsoul.github.io" } } From 388caa78376d80170e9ef1f7631677ee5e0a46c0 Mon Sep 17 00:00:00 2001 From: Krishna <155803037+ecstaticsoul@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:32:38 +0530 Subject: [PATCH 052/181] Update kaybee.json --- domains/kaybee.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kaybee.json b/domains/kaybee.json index 805fbd6b8..6a066e22a 100644 --- a/domains/kaybee.json +++ b/domains/kaybee.json @@ -4,6 +4,6 @@ "email": "soulfulkrishna@gmail.com" }, "record": { - "URL": "ecstaticsoul.github.io" + "CNAME": "ecstaticsoul.github.io" } } From 6f4fc0ac1a6fdcaa8b481ca02a0b1d918ffcebb7 Mon Sep 17 00:00:00 2001 From: rorosin Date: Mon, 25 Mar 2024 09:27:34 +0300 Subject: [PATCH 053/181] feat(domain): anton.is-a.dev --- domains/anton.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anton.json diff --git a/domains/anton.json b/domains/anton.json new file mode 100644 index 000000000..33bf6e45b --- /dev/null +++ b/domains/anton.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rorosin", + "email": "rosin886@gmail.com" + }, + "record": { + "URL": "https://rorosin.ru/" + } +} From 043b4c519448ca32a0803cf03b9b3d83a8c0f95c Mon Sep 17 00:00:00 2001 From: Barnacl437 Date: Mon, 25 Mar 2024 16:04:39 +0700 Subject: [PATCH 054/181] feat(domain): barnacl437.is-a.dev --- domains/barnacl437.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/barnacl437.json diff --git a/domains/barnacl437.json b/domains/barnacl437.json new file mode 100644 index 000000000..f8f70ff8a --- /dev/null +++ b/domains/barnacl437.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Barnacl437", + "email": "barnacl437@proton.me" + }, + "record": { + "CNAME": "barnacl437.github.io" + } +} From a87b14d646f6a9704116723749ba55a15b6bc1cb Mon Sep 17 00:00:00 2001 From: ahsanu123 Date: Mon, 25 Mar 2024 18:19:59 +0700 Subject: [PATCH 055/181] feat(domain): ahsanu.is-a.dev --- domains/ahsanu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ahsanu.json diff --git a/domains/ahsanu.json b/domains/ahsanu.json new file mode 100644 index 000000000..fb39c846f --- /dev/null +++ b/domains/ahsanu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ahsanu123", + "email": "caasperahsanuamala5@gmail.com" + }, + "record": { + "CNAME": "ahsanu123.github.io" + } +} From aa2e62e4bb235bf9978cd5eb1ab4ef1dfe287224 Mon Sep 17 00:00:00 2001 From: Aryxst Date: Mon, 25 Mar 2024 15:06:38 +0100 Subject: [PATCH 056/181] feat(domain): aryxst.is-a.dev --- domains/aryxst.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aryxst.json diff --git a/domains/aryxst.json b/domains/aryxst.json new file mode 100644 index 000000000..be519c771 --- /dev/null +++ b/domains/aryxst.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aryxst", + "email": "jessieodeh08@gmail.com" + }, + "record": { + "CNAME": "aryxst.github.io" + } +} From 141f257e84d13ea9f52bae209afe9c74f8e5bfc8 Mon Sep 17 00:00:00 2001 From: Sajid-tech Date: Mon, 25 Mar 2024 19:50:59 +0530 Subject: [PATCH 057/181] feat(domain): sajiddev.is-a.dev --- domains/sajiddev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sajiddev.json diff --git a/domains/sajiddev.json b/domains/sajiddev.json new file mode 100644 index 000000000..b5dd170e1 --- /dev/null +++ b/domains/sajiddev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sajid-tech", + "email": "s.khan9430319425@gmail.com" + }, + "record": { + "CNAME": "sajid-tech.github.io" + } +} From 17488e4ee1152ab89df0bda1fdc76f6f3f9233cf Mon Sep 17 00:00:00 2001 From: MessierSixtyFour Date: Tue, 26 Mar 2024 01:08:40 +0530 Subject: [PATCH 058/181] feat(domain): messiersixtyfour.is-a.dev --- domains/messiersixtyfour.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/messiersixtyfour.json diff --git a/domains/messiersixtyfour.json b/domains/messiersixtyfour.json new file mode 100644 index 000000000..cb938820a --- /dev/null +++ b/domains/messiersixtyfour.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MessierSixtyFour", + "email": "messier1244@gmail.com" + }, + "record": { + "CNAME": "messiersixtyfour.github.io" + } +} From 7e656ccb5c5d3803c5b1b7da2ede8ffc35f2fda5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Tue, 26 Mar 2024 02:21:01 +0200 Subject: [PATCH 059/181] Create essawy.json --- domains/essawy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/essawy.json diff --git a/domains/essawy.json b/domains/essawy.json new file mode 100644 index 000000000..e167aa532 --- /dev/null +++ b/domains/essawy.json @@ -0,0 +1,11 @@ +{ + "description": "Abdelrahman Essawy - Full Stack Software Engineer", + "repo": "https://github.com/abdelrahman-essawy/abdelrahman-essawy.github.io", + "owner": { + "username": "abdelrahman-essawy", + "email": "abdelrahman.mo.essawy@gmail.com" + }, + "record": { + "CNAME": "abdelrahman-essawy.github.io" + } +} From 0e1b9612e23f86c2acbac122adaf87ba7226e593 Mon Sep 17 00:00:00 2001 From: MaiYurito Date: Tue, 26 Mar 2024 12:09:59 +0700 Subject: [PATCH 060/181] feat(domain): yurito.is-a.dev --- domains/yurito.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/yurito.json diff --git a/domains/yurito.json b/domains/yurito.json new file mode 100644 index 000000000..5aa82a3e3 --- /dev/null +++ b/domains/yurito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MaiYurito", + "email": "reachgamers9999@gmail.com" + }, + "record": { + "CNAME": "https://yurito.netlify.app/" + } +} From 6d4ec06385f30ac9df5695e3fd729751dcc25daf Mon Sep 17 00:00:00 2001 From: Yurito <149224411+MaiYurito@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:11:15 +0700 Subject: [PATCH 061/181] Update yurito.json --- domains/yurito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yurito.json b/domains/yurito.json index 5aa82a3e3..b9402b76e 100644 --- a/domains/yurito.json +++ b/domains/yurito.json @@ -4,6 +4,6 @@ "email": "reachgamers9999@gmail.com" }, "record": { - "CNAME": "https://yurito.netlify.app/" + "CNAME": "yurito.netlify.app" } } From d7ad1fb034fbe34e290b156b100784b3c20492c2 Mon Sep 17 00:00:00 2001 From: Darshil-154 Date: Tue, 26 Mar 2024 11:28:45 +0530 Subject: [PATCH 062/181] feat(domain): darshil.is-a.dev --- domains/darshil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/darshil.json diff --git a/domains/darshil.json b/domains/darshil.json new file mode 100644 index 000000000..1a947b2e1 --- /dev/null +++ b/domains/darshil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Darshil-154", + "email": "darshil6675@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From 63853c6b612d9c8b51af6c1f7812572d746f3e42 Mon Sep 17 00:00:00 2001 From: GokuPlay609 Date: Tue, 26 Mar 2024 12:27:22 +0530 Subject: [PATCH 063/181] feat(domain): homelander.is-a.dev --- domains/homelander.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/homelander.json diff --git a/domains/homelander.json b/domains/homelander.json new file mode 100644 index 000000000..b92a8ce24 --- /dev/null +++ b/domains/homelander.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GokuPlay609", + "email": "GokuPlay609@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From d0cb21e2e928b5cb645b370ac6b138f10fa09207 Mon Sep 17 00:00:00 2001 From: mekuvsh <164587007+mekuvsh@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:21:32 +0800 Subject: [PATCH 064/181] Register micozv.is-a.dev --- domains/micozv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/micozv.json diff --git a/domains/micozv.json b/domains/micozv.json new file mode 100644 index 000000000..474bc7c75 --- /dev/null +++ b/domains/micozv.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mekuvsh", + "email": "macabalimicooz@gmail.com", + "discord": "711934005343158303" + }, + + "record": { + "TXT": "vc-domain-verify=mekuzl.is-a.dev,9f2edcd11ea2ae6e5881" + } + } + \ No newline at end of file From 39b5a178b8fc9aa5b70ae6bf4c7d72f94f7b796e Mon Sep 17 00:00:00 2001 From: mekuvsh <164587007+mekuvsh@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:24:43 +0800 Subject: [PATCH 065/181] Update micozv.json --- domains/micozv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/micozv.json b/domains/micozv.json index 474bc7c75..4f3743114 100644 --- a/domains/micozv.json +++ b/domains/micozv.json @@ -6,7 +6,7 @@ }, "record": { - "TXT": "vc-domain-verify=mekuzl.is-a.dev,9f2edcd11ea2ae6e5881" + "CNAME": "micozv.netlify.app." } } - \ No newline at end of file + From 2d668b5f7aa8feb851cb7e966d1eaab436c8861c Mon Sep 17 00:00:00 2001 From: 8-bittt <8botted@gmail.com> Date: Tue, 26 Mar 2024 09:09:09 -0400 Subject: [PATCH 066/181] feat(domain): 8bit.is-a.dev --- domains/8bit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/8bit.json diff --git a/domains/8bit.json b/domains/8bit.json new file mode 100644 index 000000000..f84c83c71 --- /dev/null +++ b/domains/8bit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "8-bittt", + "email": "8botted@gmail.com" + }, + "record": { + "URL": "https://replit.com/@8bittt?path=" + } +} From ccb4e9b11914debd67efd9a0f7ce00a74e9dbfce Mon Sep 17 00:00:00 2001 From: Novampr Date: Tue, 26 Mar 2024 14:20:53 +0000 Subject: [PATCH 067/181] feat(domain): novampr.is-a.dev --- domains/novampr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/novampr.json diff --git a/domains/novampr.json b/domains/novampr.json new file mode 100644 index 000000000..bbc0f4f33 --- /dev/null +++ b/domains/novampr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Novampr", + "email": "LimeDEV8756@gmail.com" + }, + "record": { + "CNAME": "novampr.github.io" + } +} From 21f549f3ec8c5e81650a93959897231b09954433 Mon Sep 17 00:00:00 2001 From: mhmmd95 Date: Tue, 26 Mar 2024 16:29:44 +0200 Subject: [PATCH 068/181] feat(domain): jemex.is-a.dev --- domains/jemex.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jemex.json diff --git a/domains/jemex.json b/domains/jemex.json new file mode 100644 index 000000000..c2a56114c --- /dev/null +++ b/domains/jemex.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mhmmd95", + "email": "mohammadalabras77@gmail.com" + }, + "record": { + "A": ["51.89.109.155"] + } +} From c59113dec31b419546a9c19e1c6076f990d4f205 Mon Sep 17 00:00:00 2001 From: Magniquick <67406856+Magniquick@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:04:31 +0530 Subject: [PATCH 069/181] Update navon.json --- domains/navon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/navon.json b/domains/navon.json index e6a5f141f..2690c8573 100644 --- a/domains/navon.json +++ b/domains/navon.json @@ -4,6 +4,6 @@ "email": "navonjohnlukose@gmail.com" }, "record": { - "CNAME": "magniquick.github.io" + "URL": "https://magniquick.github.io/" } } From 28a84385c2bf2586375531e9eda1e76beaad5b32 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Tue, 26 Mar 2024 17:36:35 +0200 Subject: [PATCH 070/181] Delete domains/_discord.gzf.json --- domains/_discord.gzf.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_discord.gzf.json diff --git a/domains/_discord.gzf.json b/domains/_discord.gzf.json deleted file mode 100644 index 846755919..000000000 --- a/domains/_discord.gzf.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Argzf", - "email": "gzf.dev@gmail.com", - "discord": "935053416877666304" - }, - "record": { - "TXT": "dh=790b378eaf31c0c456354c0aa04129bd7057dfb2" - } -} From 3ddf7de5b8ea0f6d213382f06af1c68221ebb713 Mon Sep 17 00:00:00 2001 From: imdakiki Date: Tue, 26 Mar 2024 16:47:12 +0000 Subject: [PATCH 071/181] feat(domain): kiwi.is-a.dev --- domains/kiwi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kiwi.json diff --git a/domains/kiwi.json b/domains/kiwi.json new file mode 100644 index 000000000..0fe2d5a7c --- /dev/null +++ b/domains/kiwi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "imdakiki", + "email": "skullkid73@outlook.com" + }, + "record": { + "CNAME": "https://kikisdevelopment.github.io/kikisite/" + } +} From 9e894e79fdd3380b725474271bd02b786249f58d Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:47:22 +0300 Subject: [PATCH 072/181] added comma 1 --- domains/tmasikt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tmasikt.json b/domains/tmasikt.json index 77184d71f..5957ded8f 100644 --- a/domains/tmasikt.json +++ b/domains/tmasikt.json @@ -1,5 +1,5 @@ { - "description": "tmasikt's server record" + "description": "tmasikt's server record", "owner": { "username": "tmasikt", "email": "tmasik.t.210@gmail.com", From a1984fbf66efad5e1885c4ae296f60a9ace859fa Mon Sep 17 00:00:00 2001 From: "tmasik.t" <119779337+tmasikt@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:47:57 +0300 Subject: [PATCH 073/181] added comma 2 --- domains/mail.tmasikt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.tmasikt.json b/domains/mail.tmasikt.json index 4169dd527..972a1b830 100644 --- a/domains/mail.tmasikt.json +++ b/domains/mail.tmasikt.json @@ -1,5 +1,5 @@ { - "description": "tmasikt's mail record" + "description": "tmasikt's mail record", "owner": { "username": "tmasikt", "email": "tmasik.t.210@gmail.com", From 578fbfe114df74fd63a6bb22d9d1204d4b5fe8f4 Mon Sep 17 00:00:00 2001 From: Kiki <163903727+imdakiki@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:49:55 +0000 Subject: [PATCH 074/181] Update kiwi.json --- domains/kiwi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kiwi.json b/domains/kiwi.json index 0fe2d5a7c..8647116f0 100644 --- a/domains/kiwi.json +++ b/domains/kiwi.json @@ -4,6 +4,6 @@ "email": "skullkid73@outlook.com" }, "record": { - "CNAME": "https://kikisdevelopment.github.io/kikisite/" + "CNAME": "kikisdevelopment.github.io/kikisite/" } } From 61d41544fa0da33e075912422a3168eb76786299 Mon Sep 17 00:00:00 2001 From: Kiki <163903727+imdakiki@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:58:48 +0000 Subject: [PATCH 075/181] Update kiwi.json --- domains/kiwi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kiwi.json b/domains/kiwi.json index 8647116f0..22725f757 100644 --- a/domains/kiwi.json +++ b/domains/kiwi.json @@ -4,6 +4,6 @@ "email": "skullkid73@outlook.com" }, "record": { - "CNAME": "kikisdevelopment.github.io/kikisite/" + "CNAME": "kikisdevelopment.github.io" } } From 12efc8c24a0cf1a7952e67cb2c0a2ba694c0ec2a Mon Sep 17 00:00:00 2001 From: Anton Sakhno <46279702+rorosin@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:33:36 +0300 Subject: [PATCH 076/181] Update rorosin.json this change was requested by moderator --- domains/rorosin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rorosin.json b/domains/rorosin.json index b48d7d422..ef98da318 100644 --- a/domains/rorosin.json +++ b/domains/rorosin.json @@ -4,6 +4,6 @@ "email": "rosin886@gmail.com" }, "record": { - "CNAME": "ru.ardev.tk." + "CNAME": "ru.ardev.tk" } } From 41d2e7a127dd1d1c6cd9667b5d5a33bb9354a9aa Mon Sep 17 00:00:00 2001 From: Anton Sakhno <46279702+rorosin@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:34:49 +0300 Subject: [PATCH 077/181] Update anton.json this change was requested by moderator --- domains/anton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anton.json b/domains/anton.json index 33bf6e45b..ef98da318 100644 --- a/domains/anton.json +++ b/domains/anton.json @@ -4,6 +4,6 @@ "email": "rosin886@gmail.com" }, "record": { - "URL": "https://rorosin.ru/" + "CNAME": "ru.ardev.tk" } } From 83ea841e492fa4860027ad8e3bc168b378335808 Mon Sep 17 00:00:00 2001 From: S4IL21 Date: Tue, 26 Mar 2024 20:18:17 +0100 Subject: [PATCH 078/181] feat(domain): s4il.is-a.dev --- domains/s4il.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/s4il.json diff --git a/domains/s4il.json b/domains/s4il.json new file mode 100644 index 000000000..2f221189d --- /dev/null +++ b/domains/s4il.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S4IL21", + "email": "alex.romero.ositosail7@gmail.com" + }, + "record": { + "CNAME": "s4il21.github.io" + } +} From a8270d252373f0c35c00f540ac53f3eec1c47cac Mon Sep 17 00:00:00 2001 From: S4IL <126200245+S4IL21@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:23:54 +0100 Subject: [PATCH 079/181] Update s4il.json --- domains/s4il.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/s4il.json b/domains/s4il.json index 2f221189d..6d450044b 100644 --- a/domains/s4il.json +++ b/domains/s4il.json @@ -1,7 +1,7 @@ { "owner": { "username": "S4IL21", - "email": "alex.romero.ositosail7@gmail.com" + "email": "s4il.is.a.dev@gmail.com" }, "record": { "CNAME": "s4il21.github.io" From 1f70ac00d75ded997616423dae1dbaa18f87e71d Mon Sep 17 00:00:00 2001 From: Zffu Date: Tue, 26 Mar 2024 22:59:16 +0100 Subject: [PATCH 080/181] Create zffu.json --- domains/zffu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zffu.json diff --git a/domains/zffu.json b/domains/zffu.json new file mode 100644 index 000000000..b7102ee66 --- /dev/null +++ b/domains/zffu.json @@ -0,0 +1,11 @@ +{ + "description": "zffu.is-a.dev", + "owner": { + "username": "Zffu", + "email": "zffumc@gmail.com", + "discord": "Zffu" + }, + "record": { + "URL": "https://zffumc.github.io" + } +} From 72700d2335192a65fb7bd69f7957c4722c161bb7 Mon Sep 17 00:00:00 2001 From: Zffu Date: Tue, 26 Mar 2024 23:03:14 +0100 Subject: [PATCH 081/181] Update zffu.json --- domains/zffu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zffu.json b/domains/zffu.json index b7102ee66..4e03c962a 100644 --- a/domains/zffu.json +++ b/domains/zffu.json @@ -6,6 +6,6 @@ "discord": "Zffu" }, "record": { - "URL": "https://zffumc.github.io" + "URL": "zffumc.github.io" } } From 86f83bc387b9532cf38c9816196f910d828eed35 Mon Sep 17 00:00:00 2001 From: mekuvsh <164587007+mekuvsh@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:20:03 +0800 Subject: [PATCH 082/181] change hosting provider --- domains/micozv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/micozv.json b/domains/micozv.json index 4f3743114..5625ced20 100644 --- a/domains/micozv.json +++ b/domains/micozv.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "micozv.netlify.app." + "CNAME": "mekuvsh.pages.dev" } } From e38a43c6cfad60893ddc882789a56b4b3a52c729 Mon Sep 17 00:00:00 2001 From: ericsia Date: Wed, 27 Mar 2024 08:38:32 +0800 Subject: [PATCH 083/181] Update hk.json use cname instead --- domains/hk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hk.json b/domains/hk.json index 865d24eb1..1d2d185f8 100644 --- a/domains/hk.json +++ b/domains/hk.json @@ -4,6 +4,6 @@ "email": "medlexopm@gmail.com" }, "record": { - "A": ["185.27.134.137"] + "CNAME": ["sga.domcloud.co"] } } From 45ebf5ddd07d3347ebfcb46ad6ad945c5bc6f04c Mon Sep 17 00:00:00 2001 From: ericsia Date: Wed, 27 Mar 2024 08:42:33 +0800 Subject: [PATCH 084/181] Update hk.json --- domains/hk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hk.json b/domains/hk.json index 1d2d185f8..253bb6839 100644 --- a/domains/hk.json +++ b/domains/hk.json @@ -4,6 +4,6 @@ "email": "medlexopm@gmail.com" }, "record": { - "CNAME": ["sga.domcloud.co"] + "CNAME": "sga.domcloud.co" } } From b59a36e2f7b2f5b52a13f81ab272bb12bc055403 Mon Sep 17 00:00:00 2001 From: "BussyBakks (known as thenoppy12)" <108082159+BussyBakks@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:35:35 +0700 Subject: [PATCH 085/181] Create _github-challenge-thenoppy12-org.thenoppy12.json --- .../_github-challenge-thenoppy12-org.thenoppy12.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-challenge-thenoppy12-org.thenoppy12.json diff --git a/domains/_github-challenge-thenoppy12-org.thenoppy12.json b/domains/_github-challenge-thenoppy12-org.thenoppy12.json new file mode 100644 index 000000000..a824e92a9 --- /dev/null +++ b/domains/_github-challenge-thenoppy12-org.thenoppy12.json @@ -0,0 +1,11 @@ +{ + "description": "Github Orgs Verify", + "repo": "https://github.com/thenoppy12", + "owner": { + "username": "BussyBakks", + "discord": ".thenoppy12#0" + }, + "record": { + "TXT": "19f2dbfb9a" + } +} From f7a2a76b21af1e58dff0767ee9b2e0f348d5dd7e Mon Sep 17 00:00:00 2001 From: "BussyBakks (known as thenoppy12)" <108082159+BussyBakks@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:42:40 +0700 Subject: [PATCH 086/181] fix tests --- domains/_github-challenge-thenoppy12-org.thenoppy12.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/_github-challenge-thenoppy12-org.thenoppy12.json b/domains/_github-challenge-thenoppy12-org.thenoppy12.json index a824e92a9..1613186f9 100644 --- a/domains/_github-challenge-thenoppy12-org.thenoppy12.json +++ b/domains/_github-challenge-thenoppy12-org.thenoppy12.json @@ -3,6 +3,7 @@ "repo": "https://github.com/thenoppy12", "owner": { "username": "BussyBakks", + "email": "lengochuykiengiang@gmail.com", "discord": ".thenoppy12#0" }, "record": { From c1ee98e97bf3d3b89a4552d86455023c5c84d01f Mon Sep 17 00:00:00 2001 From: Zffu Date: Wed, 27 Mar 2024 07:13:13 +0100 Subject: [PATCH 087/181] fixed url --- domains/zffu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zffu.json b/domains/zffu.json index 4e03c962a..e9489a1dc 100644 --- a/domains/zffu.json +++ b/domains/zffu.json @@ -6,6 +6,6 @@ "discord": "Zffu" }, "record": { - "URL": "zffumc.github.io" + "URL": "zffu.github.io" } } From 35267f32e716192f315ecedd13da2f761fa84221 Mon Sep 17 00:00:00 2001 From: Yurito <149224411+MaiYurito@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:25:58 +0700 Subject: [PATCH 088/181] Update yurito.json --- domains/yurito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yurito.json b/domains/yurito.json index b9402b76e..1134f17ff 100644 --- a/domains/yurito.json +++ b/domains/yurito.json @@ -4,6 +4,6 @@ "email": "reachgamers9999@gmail.com" }, "record": { - "CNAME": "yurito.netlify.app" + "CNAME": "yurito.pages.dev" } } From 9b2ea76e4b5f3aa40f332a40e3b902a985b8818d Mon Sep 17 00:00:00 2001 From: Yurito <149224411+MaiYurito@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:27:41 +0700 Subject: [PATCH 089/181] Update yurito.json --- domains/yurito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yurito.json b/domains/yurito.json index 1134f17ff..b9402b76e 100644 --- a/domains/yurito.json +++ b/domains/yurito.json @@ -4,6 +4,6 @@ "email": "reachgamers9999@gmail.com" }, "record": { - "CNAME": "yurito.pages.dev" + "CNAME": "yurito.netlify.app" } } From ece68a95dc83093316226c4e31224a67d4667368 Mon Sep 17 00:00:00 2001 From: Yurito <149224411+MaiYurito@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:28:36 +0700 Subject: [PATCH 090/181] Update yurito.json --- domains/yurito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yurito.json b/domains/yurito.json index b9402b76e..1134f17ff 100644 --- a/domains/yurito.json +++ b/domains/yurito.json @@ -4,6 +4,6 @@ "email": "reachgamers9999@gmail.com" }, "record": { - "CNAME": "yurito.netlify.app" + "CNAME": "yurito.pages.dev" } } From 10b1d4513cae7d7137d66ea83465db15edd5ce63 Mon Sep 17 00:00:00 2001 From: Chiko Aprillio Arsyanadif <121851468+chikoiko@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:19:30 +0700 Subject: [PATCH 091/181] _discord.chiko.json --- domains/_discord.chiko.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_discord.chiko.json diff --git a/domains/_discord.chiko.json b/domains/_discord.chiko.json new file mode 100644 index 000000000..1ce885b25 --- /dev/null +++ b/domains/_discord.chiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chikoiko", + "email": "itsmezark05@gmail.com", + "discord": "1152640014832902245" + }, + "record": { + "TXT": "dh=bcbc8ef1f361e6190ebf1ffb09b84800ac8cd341" + } +} From aa69208c897be0ff7d243c9824f1a569625ba733 Mon Sep 17 00:00:00 2001 From: Zffu Date: Wed, 27 Mar 2024 16:52:22 +0100 Subject: [PATCH 092/181] Update domains/zffu.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/zffu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zffu.json b/domains/zffu.json index e9489a1dc..8ce8a7a6c 100644 --- a/domains/zffu.json +++ b/domains/zffu.json @@ -6,6 +6,6 @@ "discord": "Zffu" }, "record": { - "URL": "zffu.github.io" + "CNAME": "zffu.github.io" } } From 2749b18fd0e0bcb349617ac4c11ec2cb22458ba0 Mon Sep 17 00:00:00 2001 From: Zffu Date: Wed, 27 Mar 2024 16:52:42 +0100 Subject: [PATCH 093/181] Update zffu.json --- domains/zffu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zffu.json b/domains/zffu.json index 8ce8a7a6c..92369e065 100644 --- a/domains/zffu.json +++ b/domains/zffu.json @@ -6,6 +6,6 @@ "discord": "Zffu" }, "record": { - "CNAME": "zffu.github.io" + "CNAME": "https://zffu.github.io" } } From 2f5b1f6df8158d83db5cafdc2e57ef8152936c8e Mon Sep 17 00:00:00 2001 From: QuinceTart10 <140733889+QuinceTart10@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:07:15 +0100 Subject: [PATCH 094/181] Update quincetart10.json --- domains/quincetart10.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/quincetart10.json b/domains/quincetart10.json index 115fbe649..94b985ec0 100644 --- a/domains/quincetart10.json +++ b/domains/quincetart10.json @@ -7,6 +7,14 @@ "discord": "862644161156218891" }, "record": { - "CNAME": "quincetart10.github.io" + "A": ["185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153"], + "MX": [ + "5a3d085e4aa47645.mx1.emailprofi.seznam.cz", + "5a3d085e4aa47645.mx2.emailprofi.seznam.cz" + ], + "TXT": "v=spf1 include:spf.seznam.cz ~all" } } From 5070e36caed0a743c87d770e866e6e7a30a03277 Mon Sep 17 00:00:00 2001 From: GeantW0rld <106020834+GeantW0rld@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:01:59 +0100 Subject: [PATCH 095/181] Delete skybeworld.is-a.dev --- domains/skybeworld.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/skybeworld.json diff --git a/domains/skybeworld.json b/domains/skybeworld.json deleted file mode 100644 index 52277ad70..000000000 --- a/domains/skybeworld.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GeantW0rld", - "email": "yanis.geantworld@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From 9da06f946ce46feb502cfdcfd7de0f649bc3896a Mon Sep 17 00:00:00 2001 From: Zffu Date: Wed, 27 Mar 2024 18:05:21 +0100 Subject: [PATCH 096/181] Update zffu.json --- domains/zffu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zffu.json b/domains/zffu.json index 92369e065..8ce8a7a6c 100644 --- a/domains/zffu.json +++ b/domains/zffu.json @@ -6,6 +6,6 @@ "discord": "Zffu" }, "record": { - "CNAME": "https://zffu.github.io" + "CNAME": "zffu.github.io" } } From dd715fba8c7430ba979b72b9dc2523517561a509 Mon Sep 17 00:00:00 2001 From: Jackson <69050063+jdszekeres@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:46:03 +0000 Subject: [PATCH 097/181] remove jdszekeres.json --- .replit | 17 +++++++++++++++++ domains/jdszekeres.json | 10 ---------- replit.nix | 3 +++ 3 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .replit delete mode 100644 domains/jdszekeres.json create mode 100644 replit.nix diff --git a/.replit b/.replit new file mode 100644 index 000000000..4f2f4517f --- /dev/null +++ b/.replit @@ -0,0 +1,17 @@ +entrypoint = "index.js" +modules = ["nodejs-20:v8-20230920-bd784b9"] +hidden = [".config", "package-lock.json"] + +[gitHubImport] +requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"] + +[nix] +channel = "stable-23_05" + +[unitTest] +language = "nodejs" + +[deployment] +run = ["node", "index.js"] +deploymentTarget = "cloudrun" +ignorePorts = false diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json deleted file mode 100644 index e609b5720..000000000 --- a/domains/jdszekeres.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/jdszekeres/jdszekeres.github.io", - "owner": { - "username": "jdszekeres", - "email": "racoxo1041@favilu.com" - }, - "record": { - "CNAME": "jdszekeres.github.io" - } -} diff --git a/replit.nix b/replit.nix new file mode 100644 index 000000000..5a4647a2c --- /dev/null +++ b/replit.nix @@ -0,0 +1,3 @@ +{pkgs}: { + deps = [ ]; +} From 6b236a598d317c682bc62425304a9da4012cfa5b Mon Sep 17 00:00:00 2001 From: Jackson <69050063+jdszekeres@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:55:29 -0700 Subject: [PATCH 098/181] remove jdszekeres.json --- .replit | 17 ----------------- replit.nix | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 .replit delete mode 100644 replit.nix diff --git a/.replit b/.replit deleted file mode 100644 index 4f2f4517f..000000000 --- a/.replit +++ /dev/null @@ -1,17 +0,0 @@ -entrypoint = "index.js" -modules = ["nodejs-20:v8-20230920-bd784b9"] -hidden = [".config", "package-lock.json"] - -[gitHubImport] -requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"] - -[nix] -channel = "stable-23_05" - -[unitTest] -language = "nodejs" - -[deployment] -run = ["node", "index.js"] -deploymentTarget = "cloudrun" -ignorePorts = false diff --git a/replit.nix b/replit.nix deleted file mode 100644 index 5a4647a2c..000000000 --- a/replit.nix +++ /dev/null @@ -1,3 +0,0 @@ -{pkgs}: { - deps = [ ]; -} From 4044c31ff60268aba286ed98ccd6ef5b49e24517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:03:52 +0700 Subject: [PATCH 099/181] Update cdn.trung.json --- domains/cdn.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json index c082da16e..f1632879d 100644 --- a/domains/cdn.trung.json +++ b/domains/cdn.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From ee4df650b0f4b3a9fae97a0fa2635eca742764c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:15 +0700 Subject: [PATCH 100/181] Update code.trung.json --- domains/code.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/code.trung.json b/domains/code.trung.json index c082da16e..f1632879d 100644 --- a/domains/code.trung.json +++ b/domains/code.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From b9dea101fbb63b2ad3c76e04e48258fa8e3bd37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:29 +0700 Subject: [PATCH 101/181] Update links.trung.json --- domains/links.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/links.trung.json b/domains/links.trung.json index c082da16e..f1632879d 100644 --- a/domains/links.trung.json +++ b/domains/links.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From dcd374bfd10d61b782fba0e201846f515e9e8548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:38 +0700 Subject: [PATCH 102/181] Update mystic.trung.json --- domains/mystic.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json index c082da16e..f1632879d 100644 --- a/domains/mystic.trung.json +++ b/domains/mystic.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From b34e3d0ddfc6925cdb2df55296742f964e0a0a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:47 +0700 Subject: [PATCH 103/181] Update status.trung.json --- domains/status.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/status.trung.json b/domains/status.trung.json index c082da16e..f1632879d 100644 --- a/domains/status.trung.json +++ b/domains/status.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From cf243a6b26cf7fd5992eec28fb2f9fd8725e4b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:04:56 +0700 Subject: [PATCH 104/181] Update uptime.trung.json --- domains/uptime.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json index c082da16e..f1632879d 100644 --- a/domains/uptime.trung.json +++ b/domains/uptime.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From 141b669846811d93216fbf17053273bcef8295b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:05:07 +0700 Subject: [PATCH 105/181] Update mongodb.trung.json --- domains/mongodb.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json index c082da16e..f1632879d 100644 --- a/domains/mongodb.trung.json +++ b/domains/mongodb.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From b08bd5efda9d9931569a7b98425fef66d7d9b64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:05:15 +0700 Subject: [PATCH 106/181] Update manage.uptime.trung.json --- domains/manage.uptime.trung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json index c082da16e..f1632879d 100644 --- a/domains/manage.uptime.trung.json +++ b/domains/manage.uptime.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["37.114.37.132"] + "A": ["34.125.141.93"] } } From 486f2dca0f88a4b707f20e717aa435ee6d91a0cf Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Thu, 28 Mar 2024 12:16:05 +0700 Subject: [PATCH 107/181] feat(domain): proxy.trung.is-a.dev --- domains/proxy.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/proxy.trung.json diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json new file mode 100644 index 000000000..417d48482 --- /dev/null +++ b/domains/proxy.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "A": ["34.125.141.93"] + } +} From d990c9431b04843de5fb8b79c160e3047de9874d Mon Sep 17 00:00:00 2001 From: szilvesztercsab Date: Thu, 28 Mar 2024 10:41:40 +0200 Subject: [PATCH 108/181] feat(domain): skabah.is-a.dev --- domains/skabah.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/skabah.json diff --git a/domains/skabah.json b/domains/skabah.json new file mode 100644 index 000000000..bd9dba325 --- /dev/null +++ b/domains/skabah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "szilvesztercsab", + "email": "szilvesztercsab@gmail.com" + }, + "record": { + "A": ["35.207.21.45"] + } +} From b3ae742fdbcb6e0a0c1d8cceea5c10c2561d4271 Mon Sep 17 00:00:00 2001 From: Skye Date: Thu, 28 Mar 2024 09:53:23 +0100 Subject: [PATCH 109/181] create riddim-glitch.json --- domains/riddim-glitch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/riddim-glitch.json diff --git a/domains/riddim-glitch.json b/domains/riddim-glitch.json new file mode 100644 index 000000000..f368e2e35 --- /dev/null +++ b/domains/riddim-glitch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Riddim-GLiTCH", + "email": "Riddim_GLiTCH@proton.me" + }, + "record": { + "CNAME": "riddim-glitch.github.io" + } +} From 6c86889fce369c1e7d432e956d589637e7702cd9 Mon Sep 17 00:00:00 2001 From: Csaba Szilveszter-Berei Date: Thu, 28 Mar 2024 11:51:59 +0200 Subject: [PATCH 110/181] Rename skabah.json to szbcs.json Changed my mind. --- domains/{skabah.json => szbcs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{skabah.json => szbcs.json} (100%) diff --git a/domains/skabah.json b/domains/szbcs.json similarity index 100% rename from domains/skabah.json rename to domains/szbcs.json From ea99053589f13435685d1db6956ddf5e1a1b32f3 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Thu, 28 Mar 2024 19:10:02 +0700 Subject: [PATCH 111/181] feat(domain): test.trung.is-a.dev --- domains/test.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/test.trung.json diff --git a/domains/test.trung.json b/domains/test.trung.json new file mode 100644 index 000000000..417d48482 --- /dev/null +++ b/domains/test.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "A": ["34.125.141.93"] + } +} From e244ada47609e6b007a479af902c9b16a6259e9a Mon Sep 17 00:00:00 2001 From: Santosh Bhandari <63558580+santoshvandari@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:11:33 +0545 Subject: [PATCH 112/181] Register santosh.is-a.dev --- domains/santosh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/santosh.json diff --git a/domains/santosh.json b/domains/santosh.json new file mode 100644 index 000000000..30a4f2389 --- /dev/null +++ b/domains/santosh.json @@ -0,0 +1,11 @@ +{ + "description": "Santosh Bhandari Personal Portfolio Website", + "owner": { + "username": "santoshvandari", + "email": "info@bhandari-santosh.com.np" + }, + "record": { + "URL": "https://bhandari-santosh.com.np/" + } + } + \ No newline at end of file From 26a741c29256a9c2c433d9999ba1f688ed1532b5 Mon Sep 17 00:00:00 2001 From: Santosh Bhandari <63558580+santoshvandari@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:13:27 +0545 Subject: [PATCH 113/181] Register santosh.is-a.dev --- domains/santosh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/santosh.json b/domains/santosh.json index 30a4f2389..8d4f73279 100644 --- a/domains/santosh.json +++ b/domains/santosh.json @@ -1,11 +1,11 @@ { "description": "Santosh Bhandari Personal Portfolio Website", + "repo": "https://github.com/santoshvandari/PersonalWebsite", "owner": { - "username": "santoshvandari", - "email": "info@bhandari-santosh.com.np" + "username": "santoshvandari", + "email": "info@bhandari-santosh.com.np" }, "record": { "URL": "https://bhandari-santosh.com.np/" - } - } - \ No newline at end of file + } +} \ No newline at end of file From 042505c4ae4c1c6781c07ecb3eb83cac9eb4e47c Mon Sep 17 00:00:00 2001 From: Areplesapelagi <145521144+Areplesapelagi@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:54:47 +0800 Subject: [PATCH 114/181] Add files via upload --- domains/ariffhazmi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ariffhazmi.json diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json new file mode 100644 index 000000000..d1a31c752 --- /dev/null +++ b/domains/ariffhazmi.json @@ -0,0 +1,11 @@ +{ + "description": "Ariffhazmi's Website", + "repo": "https://github.com/Areplesapelagi/ariffhazmi.git", + "owner": { + "username": "Areplesapelagi", + "email": "muhdariffhazmi@gmail.com", + }, + "record": { + "CNAME": "Areplesapelagi.github.io" + } +} \ No newline at end of file From 36f7d54242920aaa47b8245a08c7e5b537876736 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 28 Mar 2024 19:51:57 +0530 Subject: [PATCH 115/181] Update domains/ariffhazmi.json --- domains/ariffhazmi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json index d1a31c752..246f97221 100644 --- a/domains/ariffhazmi.json +++ b/domains/ariffhazmi.json @@ -3,7 +3,8 @@ "repo": "https://github.com/Areplesapelagi/ariffhazmi.git", "owner": { "username": "Areplesapelagi", - "email": "muhdariffhazmi@gmail.com", + "email": "muhdariffhazmi@gmail.com" + }, "record": { "CNAME": "Areplesapelagi.github.io" From cbf06f19565c8e8a8017161572dc1c2590a6dba1 Mon Sep 17 00:00:00 2001 From: "Mr.RySes" Date: Thu, 28 Mar 2024 22:28:34 +0800 Subject: [PATCH 116/181] Added ryannkim327.json --- domains/ryannkim327.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/ryannkim327.json diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json new file mode 100644 index 000000000..25ec13a47 --- /dev/null +++ b/domains/ryannkim327.json @@ -0,0 +1,13 @@ +{ + "description": "Ryann Kim Sesgundo, a student from Dalubhasaan ng Lungsod ng Lucena", + "repo": "https://github.com/RyannKim327/ryannkim327.github.io", + "owner": { + "username": "RyannKim327", + "email": "weryses19@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "ryannkim327.github.io/" + } + +} \ No newline at end of file From 89b4cabb4389957737ee3c63f5339831c3dde833 Mon Sep 17 00:00:00 2001 From: "Mr.RySes" Date: Thu, 28 Mar 2024 22:38:37 +0800 Subject: [PATCH 117/181] Update domains/ryannkim327.json Co-authored-by: Vaibhav --- domains/ryannkim327.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json index 25ec13a47..17b6b5508 100644 --- a/domains/ryannkim327.json +++ b/domains/ryannkim327.json @@ -7,7 +7,7 @@ "twitter": "" }, "record": { - "CNAME": "ryannkim327.github.io/" + "CNAME": "ryannkim327.github.io" } } \ No newline at end of file From 7370f0648fa9ed6bcde753ae045143774c69d0f0 Mon Sep 17 00:00:00 2001 From: "Mr.RySes" Date: Thu, 28 Mar 2024 22:38:55 +0800 Subject: [PATCH 118/181] Update domains/ryannkim327.json Co-authored-by: Vaibhav --- domains/ryannkim327.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json index 17b6b5508..e8ff48bf3 100644 --- a/domains/ryannkim327.json +++ b/domains/ryannkim327.json @@ -4,7 +4,6 @@ "owner": { "username": "RyannKim327", "email": "weryses19@gmail.com", - "twitter": "" }, "record": { "CNAME": "ryannkim327.github.io" From fea1a82d8e9d46a9e565b2946b82e9893e62ee31 Mon Sep 17 00:00:00 2001 From: "Mr.RySes" Date: Thu, 28 Mar 2024 22:44:19 +0800 Subject: [PATCH 119/181] Update ryannkim327.json --- domains/ryannkim327.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json index e8ff48bf3..ff5a4455e 100644 --- a/domains/ryannkim327.json +++ b/domains/ryannkim327.json @@ -3,7 +3,7 @@ "repo": "https://github.com/RyannKim327/ryannkim327.github.io", "owner": { "username": "RyannKim327", - "email": "weryses19@gmail.com", + "email": "weryses19@gmail.com" }, "record": { "CNAME": "ryannkim327.github.io" From 2b19f36a672195f2ba459698df43db5c4a0e4528 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 28 Mar 2024 20:22:22 +0530 Subject: [PATCH 120/181] chore: change stale close time to 3d --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f4cc4fe4a..9eefecd7b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 7 - days-before-close: 14 + days-before-close: 3 stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' exempt-issue-labels: 'no-stale' From 78250413bf4824fca7158458d8920d57b5a15b01 Mon Sep 17 00:00:00 2001 From: Omxpro Date: Thu, 28 Mar 2024 20:31:17 +0530 Subject: [PATCH 121/181] Fix A record --- domains/wlodekm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wlodekm.json b/domains/wlodekm.json index 7c3b6e5d3..37c301a0a 100644 --- a/domains/wlodekm.json +++ b/domains/wlodekm.json @@ -5,6 +5,6 @@ "email": "wlodekm.work@gmail.com" }, "record": { - "a": ["159.224.173.169"] + "A": ["159.224.173.169"] } } From 081342f46c44fff7e2c80278291a2c35b3d60bf5 Mon Sep 17 00:00:00 2001 From: WallnussJonas <65344424+WallnussJonas@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:18:43 +0100 Subject: [PATCH 122/181] Delete jonaswerner.is-a.dev --- domains/jonaswerner.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/jonaswerner.json diff --git a/domains/jonaswerner.json b/domains/jonaswerner.json deleted file mode 100644 index bc1e4b9ec..000000000 --- a/domains/jonaswerner.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "WallnussJonas", - "email": "jonas.werner.nov1999@gmail.com" - }, - "record": { - "URL": "https://jojojonas.netlify.app/" - } -} From 075c867aa3cf095607ef885a5902014e19df6578 Mon Sep 17 00:00:00 2001 From: Novampr Date: Thu, 28 Mar 2024 18:59:48 +0000 Subject: [PATCH 123/181] feat(domain): linkup.is-a.dev --- domains/linkup.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/linkup.json diff --git a/domains/linkup.json b/domains/linkup.json new file mode 100644 index 000000000..6aeb4d6d7 --- /dev/null +++ b/domains/linkup.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Novampr", + "email": "LimeDEV8756@gmail.com" + }, + "record": { + "A": ["86.27.73.108"] + } +} From 15347710ff80a9e56371fe61a50a6555e0054c55 Mon Sep 17 00:00:00 2001 From: awne8886 <131464649+awne8886@users.noreply.github.com> Date: Fri, 29 Mar 2024 02:00:24 +0530 Subject: [PATCH 124/181] sophie --- domains/sophie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sophie.json diff --git a/domains/sophie.json b/domains/sophie.json new file mode 100644 index 000000000..15cbe9666 --- /dev/null +++ b/domains/sophie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "awne8886", + "email": "sophie@awne.xyz" + }, + "record": { + "CNAME": "sophie-github-io.pages.dev" + } +} From 36769cddd4c38f89721abead54191a3f7458376a Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:57:59 +0000 Subject: [PATCH 125/181] Update yunexiz.json --- domains/yunexiz.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/yunexiz.json b/domains/yunexiz.json index 7c3b9b074..2ccbfb9bc 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -4,8 +4,8 @@ "email": "yunexiz@aol.com" }, "record": { - "A": ["109.71.252.37"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all", "_github-pages-challenge-Yunexiz.yunexiz.is-a.dev 273b8f26fd1aacf2cd47be00178179"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } From 0988eb6afaca5a86249e4f6a70be5b87d334efdb Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:04:38 +0000 Subject: [PATCH 126/181] Update yunexiz.json --- domains/yunexiz.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/yunexiz.json b/domains/yunexiz.json index 2ccbfb9bc..687f070f6 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -5,6 +5,7 @@ }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "AAAA": ["2606:50c0:8000::153","2606:50c0:8001::153","2606:50c0:8002::153","2606:50c0:8003::153"] "TXT": ["v=spf1 include:spf.improvmx.com ~all", "_github-pages-challenge-Yunexiz.yunexiz.is-a.dev 273b8f26fd1aacf2cd47be00178179"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } From 936bc0ea9aba1018fb39be4738e716f602f552bc Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:05:36 +0000 Subject: [PATCH 127/181] Update yunexiz.json --- domains/yunexiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yunexiz.json b/domains/yunexiz.json index 687f070f6..e780bf6b9 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -5,7 +5,7 @@ }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "AAAA": ["2606:50c0:8000::153","2606:50c0:8001::153","2606:50c0:8002::153","2606:50c0:8003::153"] + "AAAA": ["2606:50c0:8000::153","2606:50c0:8001::153","2606:50c0:8002::153","2606:50c0:8003::153"], "TXT": ["v=spf1 include:spf.improvmx.com ~all", "_github-pages-challenge-Yunexiz.yunexiz.is-a.dev 273b8f26fd1aacf2cd47be00178179"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } From 3451bd11f8e9aef36c6731e6b4256861bf6e215e Mon Sep 17 00:00:00 2001 From: syedrayangames <165355812+syedrayangames@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:20:42 +0530 Subject: [PATCH 128/181] Create sussyrayan.json --- domains/sussyrayan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sussyrayan.json diff --git a/domains/sussyrayan.json b/domains/sussyrayan.json new file mode 100644 index 000000000..0fe3af89b --- /dev/null +++ b/domains/sussyrayan.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio website", + "repo": "https://syedrayangames.github.io/portfolio", + "owner": { + "username": "syedrayangames", + "email": "syedyaseeralirayan5@gmail.com" + }, + "record": { + "CNAME": "syedrayangames.github.io" + } +} From 31fb28c68468d8d9051ede46480eb052b2e04912 Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:54:05 +0000 Subject: [PATCH 129/181] Update yunexiz.json --- domains/yunexiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yunexiz.json b/domains/yunexiz.json index e780bf6b9..e4986f9fc 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -6,7 +6,7 @@ "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "AAAA": ["2606:50c0:8000::153","2606:50c0:8001::153","2606:50c0:8002::153","2606:50c0:8003::153"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all", "_github-pages-challenge-Yunexiz.yunexiz.is-a.dev 273b8f26fd1aacf2cd47be00178179"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } From b9bee69a0c5cd744c83bd91e875cd7d4e70e2133 Mon Sep 17 00:00:00 2001 From: Yunexiz Date: Fri, 29 Mar 2024 08:56:23 +0000 Subject: [PATCH 130/181] feat(domain): _github-pages-challenge-yunexiz.yunexiz.is-a.dev --- domains/_github-pages-challenge-yunexiz.yunexiz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-yunexiz.yunexiz.json diff --git a/domains/_github-pages-challenge-yunexiz.yunexiz.json b/domains/_github-pages-challenge-yunexiz.yunexiz.json new file mode 100644 index 000000000..d2b12a180 --- /dev/null +++ b/domains/_github-pages-challenge-yunexiz.yunexiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Yunexiz", + "email": "yunexiz@aol.com" + }, + "record": { + "URL": "https://yunexiz.is-a.dev" + } +} From 6b84836faf90b5d198cdc4bd5106458d67f31da8 Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:57:20 +0000 Subject: [PATCH 131/181] Update _github-pages-challenge-yunexiz.yunexiz.json --- domains/_github-pages-challenge-yunexiz.yunexiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-yunexiz.yunexiz.json b/domains/_github-pages-challenge-yunexiz.yunexiz.json index d2b12a180..f43f375b0 100644 --- a/domains/_github-pages-challenge-yunexiz.yunexiz.json +++ b/domains/_github-pages-challenge-yunexiz.yunexiz.json @@ -4,6 +4,6 @@ "email": "yunexiz@aol.com" }, "record": { - "URL": "https://yunexiz.is-a.dev" + "TXT": ["273b8f26fd1aacf2cd47be00178179"] } } From 073ee877c3618f7bd71fb7edf65953dec797dce5 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:58:10 +0800 Subject: [PATCH 132/181] Update shockbs.json --- domains/shockbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shockbs.json b/domains/shockbs.json index b55fbc4a7..e887f8561 100644 --- a/domains/shockbs.json +++ b/domains/shockbs.json @@ -5,6 +5,6 @@ }, "record": { "A": ["69.30.249.53"], - "MX": ["mail.is-a.dev"] + "CNAME": ["proxy.private.danbot.host"] } } From c5e3f83462267ce99fab38706dc108e33a3562e4 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:44:20 +0800 Subject: [PATCH 133/181] Update shockbs.json --- domains/shockbs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/shockbs.json b/domains/shockbs.json index e887f8561..77912cfbb 100644 --- a/domains/shockbs.json +++ b/domains/shockbs.json @@ -4,7 +4,6 @@ "email": "apipherng@gmail.com" }, "record": { - "A": ["69.30.249.53"], "CNAME": ["proxy.private.danbot.host"] } } From afba8736a8ed14942b04aa3e465b4fd254b5a1f6 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:05:36 +0800 Subject: [PATCH 134/181] Update shockbs.json --- domains/shockbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shockbs.json b/domains/shockbs.json index 77912cfbb..104d81583 100644 --- a/domains/shockbs.json +++ b/domains/shockbs.json @@ -4,6 +4,6 @@ "email": "apipherng@gmail.com" }, "record": { - "CNAME": ["proxy.private.danbot.host"] + "CNAME": "proxy.private.danbot.host" } } From 2b292ce98d7b48d47873a09f49cbf70bb31daae2 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Fri, 29 Mar 2024 13:33:41 +0000 Subject: [PATCH 135/181] feat(domain): andrew.is-a.dev --- domains/andrew.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andrew.json diff --git a/domains/andrew.json b/domains/andrew.json new file mode 100644 index 000000000..35288badd --- /dev/null +++ b/domains/andrew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["217.174.245.249"] + } +} From 67c5718c8e3e696c80f3d7ecf4a9838114f53f9d Mon Sep 17 00:00:00 2001 From: andrewstech Date: Fri, 29 Mar 2024 13:34:19 +0000 Subject: [PATCH 136/181] Delete domains/test-review.json --- domains/test-review.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 domains/test-review.json diff --git a/domains/test-review.json b/domains/test-review.json deleted file mode 100644 index c50c33718..000000000 --- a/domains/test-review.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "andrewstech", - "email": "andrew@win11react.com" - }, - "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file From 898cec52e003d46107eb596cd95d6d69328ca1a9 Mon Sep 17 00:00:00 2001 From: makufelis Date: Fri, 29 Mar 2024 23:49:53 +0200 Subject: [PATCH 137/181] feat(domain): stremioaddonlt.is-a.dev --- domains/stremioaddonlt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stremioaddonlt.json diff --git a/domains/stremioaddonlt.json b/domains/stremioaddonlt.json new file mode 100644 index 000000000..f49eb6e6a --- /dev/null +++ b/domains/stremioaddonlt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "makufelis", + "email": "coinbasedeivuxo@gmail.com" + }, + "record": { + "A": ["185.192.97.1"] + } +} From 5ced267c0f5fc33e86fa4248f75f5ce52664dd52 Mon Sep 17 00:00:00 2001 From: Xcyth Date: Sat, 30 Mar 2024 04:03:40 +0530 Subject: [PATCH 138/181] feat(domain): ss.xcyth.is-a.dev --- domains/ss.xcyth.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ss.xcyth.json diff --git a/domains/ss.xcyth.json b/domains/ss.xcyth.json new file mode 100644 index 000000000..e40e2f872 --- /dev/null +++ b/domains/ss.xcyth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Xcyth", + "email": "ritam.choudhuri@gmail.com" + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From 6e8c64b501dbcc2b97ec7b8c064580d1ece13834 Mon Sep 17 00:00:00 2001 From: ernande-f Date: Fri, 29 Mar 2024 19:47:30 -0300 Subject: [PATCH 139/181] feat(domain): ernande.is-a.dev --- domains/ernande.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ernande.json diff --git a/domains/ernande.json b/domains/ernande.json new file mode 100644 index 000000000..c17bd07e0 --- /dev/null +++ b/domains/ernande.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ernande-f", + "email": "ernandefacco@outlook.com" + }, + "record": { + "CNAME": "https://ernande-f.github.io/" + } +} From 3f2463e83a79f153df79dd40b5fa9f9a1ee4076d Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Sat, 30 Mar 2024 10:03:01 +0530 Subject: [PATCH 140/181] Create chiragnahata.json --- domains/chiragnahata.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/chiragnahata.json diff --git a/domains/chiragnahata.json b/domains/chiragnahata.json new file mode 100644 index 000000000..a23664d55 --- /dev/null +++ b/domains/chiragnahata.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From 1a802e743b96db09e559a82e8bc984f512492ac6 Mon Sep 17 00:00:00 2001 From: elhadede Date: Sat, 30 Mar 2024 07:34:08 +0300 Subject: [PATCH 141/181] feat(domain): ledraa.is-a.dev --- domains/ledraa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ledraa.json diff --git a/domains/ledraa.json b/domains/ledraa.json new file mode 100644 index 000000000..32468e971 --- /dev/null +++ b/domains/ledraa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elhadede", + "email": "jling0139@gmail.com" + }, + "record": { + "MX": ["feedback-smtp.us-east-1.amazonses.com"] + } +} From ae46373338741518b0bd269eb4cf3ff66521c3ff Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Sat, 30 Mar 2024 10:08:35 +0530 Subject: [PATCH 142/181] Delete domains/community2.syntaxloopers.json --- domains/community2.syntaxloopers.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/community2.syntaxloopers.json diff --git a/domains/community2.syntaxloopers.json b/domains/community2.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/community2.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} From e8a4319f902a794ba78ab87bbb4accd26ee51300 Mon Sep 17 00:00:00 2001 From: linkssyedrayan <165453669+linkssyedrayan@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:25:03 +0530 Subject: [PATCH 143/181] Create linksrayan.json --- domains/linksrayan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/linksrayan.json diff --git a/domains/linksrayan.json b/domains/linksrayan.json new file mode 100644 index 000000000..ca710c52f --- /dev/null +++ b/domains/linksrayan.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio website", + "repo": "https://linkssyedrayan.github.io/portfolio", + "owner": { + "username": "linkssyedrayan", + "email": "kgold3796@gmail.com" + }, + "record": { + "CNAME": "linkssyedrayan.github.io" + } +} From 57c30d0a1fc3bb40ef128ce4e7f1dea8c4c2c05c Mon Sep 17 00:00:00 2001 From: Ernande Facco Date: Sat, 30 Mar 2024 08:52:12 -0300 Subject: [PATCH 144/181] Update ernande.json --- domains/ernande.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ernande.json b/domains/ernande.json index c17bd07e0..9fb29808b 100644 --- a/domains/ernande.json +++ b/domains/ernande.json @@ -4,6 +4,6 @@ "email": "ernandefacco@outlook.com" }, "record": { - "CNAME": "https://ernande-f.github.io/" + "CNAME": "ernande-f.github.io" } } From b13a733ef09399719e82dcd3f84a6b1e22180161 Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Sat, 30 Mar 2024 17:54:24 +0530 Subject: [PATCH 145/181] Create socials.chiragnahata.json --- domains/socials.chiragnahata.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/socials.chiragnahata.json diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json new file mode 100644 index 000000000..a23664d55 --- /dev/null +++ b/domains/socials.chiragnahata.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From cd1fcd39652e3443bb50b47fc1b84db34b939a01 Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:14:19 +0000 Subject: [PATCH 146/181] Update yunus.json --- domains/yunus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yunus.json b/domains/yunus.json index 2a5c1fde3..c7bad8fa1 100644 --- a/domains/yunus.json +++ b/domains/yunus.json @@ -4,7 +4,7 @@ "email": "yunexiz@aol.com" }, "record": { - "A": ["109.71.252.37"], + "A": ["162.159.153.245"], "TXT": ["forward-email=yunexiz@aol.com"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } From 6284cdcefbf6d60f87ebe154fc2da2545cc16bae Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:50:05 +0000 Subject: [PATCH 147/181] Update yunus.json --- domains/yunus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yunus.json b/domains/yunus.json index c7bad8fa1..0d25d7a4d 100644 --- a/domains/yunus.json +++ b/domains/yunus.json @@ -5,7 +5,7 @@ }, "record": { "A": ["162.159.153.245"], - "TXT": ["forward-email=yunexiz@aol.com"], + "TXT": ["forward-email=yunexiz@aol.com","hosting-site=yunexiz"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } From 6a18ad32d442a0ef5954f12f58a2edc91074c278 Mon Sep 17 00:00:00 2001 From: Yunus Rahman <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:22:11 +0000 Subject: [PATCH 148/181] Update yunus.json --- domains/yunus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/yunus.json b/domains/yunus.json index 0d25d7a4d..296ed3c31 100644 --- a/domains/yunus.json +++ b/domains/yunus.json @@ -4,8 +4,8 @@ "email": "yunexiz@aol.com" }, "record": { - "A": ["162.159.153.245"], - "TXT": ["forward-email=yunexiz@aol.com","hosting-site=yunexiz"], + "URL": "https://yunexiz.is-a.dev", + "TXT": ["forward-email=yunexiz@aol.com"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } From 204eea598cf62e239f486719d5c4a3e23724c086 Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Sat, 30 Mar 2024 21:49:26 +0530 Subject: [PATCH 149/181] Create webmail.somyadipghosh.json --- domains/webmail.somyadipghosh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/webmail.somyadipghosh.json diff --git a/domains/webmail.somyadipghosh.json b/domains/webmail.somyadipghosh.json new file mode 100644 index 000000000..a23664d55 --- /dev/null +++ b/domains/webmail.somyadipghosh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From f447277475e9aec2857dc50f0643820df1f87d42 Mon Sep 17 00:00:00 2001 From: Chirag Nahata Date: Sat, 30 Mar 2024 21:51:29 +0530 Subject: [PATCH 150/181] Create mail.somyadipghosh.json --- domains/mail.somyadipghosh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mail.somyadipghosh.json diff --git a/domains/mail.somyadipghosh.json b/domains/mail.somyadipghosh.json new file mode 100644 index 000000000..a23664d55 --- /dev/null +++ b/domains/mail.somyadipghosh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From 6a378fc7022a70655433ddea28f8c5379d9139fc Mon Sep 17 00:00:00 2001 From: north-site Date: Sat, 30 Mar 2024 21:04:26 +0100 Subject: [PATCH 151/181] feat(domain): amerigo.is-a.dev --- domains/amerigo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amerigo.json diff --git a/domains/amerigo.json b/domains/amerigo.json new file mode 100644 index 000000000..37a3d9405 --- /dev/null +++ b/domains/amerigo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "north-site", + "email": "v.imreadrian@gmail.com" + }, + "record": { + "CNAME": "5c13057597f8.sn.mynetname.net" + } +} From d65e05103afedcdfc38f1c91cc1c46eb1a51f6b9 Mon Sep 17 00:00:00 2001 From: jadfoq Date: Sat, 30 Mar 2024 23:18:17 +0300 Subject: [PATCH 152/181] feat(domain): nx.is-a.dev --- domains/nx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nx.json diff --git a/domains/nx.json b/domains/nx.json new file mode 100644 index 000000000..6cd7ef74f --- /dev/null +++ b/domains/nx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jadfoq", + "email": "jadfoq@getgoogleoff.me" + }, + "record": { + "CNAME": "dns1.alwaysdata.com" + } +} From 9e02fa2a5590e83d25cd91268f4a6b2d4b81797e Mon Sep 17 00:00:00 2001 From: jadfoq <152777049+jadfoq@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:33:39 +0300 Subject: [PATCH 153/181] Update nx.json --- domains/nx.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/nx.json b/domains/nx.json index 6cd7ef74f..55e887b6a 100644 --- a/domains/nx.json +++ b/domains/nx.json @@ -4,6 +4,9 @@ "email": "jadfoq@getgoogleoff.me" }, "record": { - "CNAME": "dns1.alwaysdata.com" - } + "MX": [ + "dns1.alwaysdata.com", + "dns2.alwaysdata.com" + ] + } } From 6d36dc0d4cfa321502ed5ac1c6a3753e86d04b88 Mon Sep 17 00:00:00 2001 From: "qing." Date: Sun, 31 Mar 2024 07:31:33 +0800 Subject: [PATCH 154/181] Create qell.json --- domains/qell.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/qell.json diff --git a/domains/qell.json b/domains/qell.json new file mode 100644 index 000000000..47b4b5dbc --- /dev/null +++ b/domains/qell.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "qing762", + "email": "threatedblade@outlook.com" + }, + "record": { + "CNAME": "https://qing762.github.io" + } +} \ No newline at end of file From 699ce350240ff70c62399e60f4e8a0eb0ee68b93 Mon Sep 17 00:00:00 2001 From: "qing." Date: Sun, 31 Mar 2024 07:33:10 +0800 Subject: [PATCH 155/181] Update qell.json --- domains/qell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/qell.json b/domains/qell.json index 47b4b5dbc..a03c6e9fb 100644 --- a/domains/qell.json +++ b/domains/qell.json @@ -4,6 +4,6 @@ "email": "threatedblade@outlook.com" }, "record": { - "CNAME": "https://qing762.github.io" + "CNAME": "qing762.github.io" } } \ No newline at end of file From c6db00b80586b42d7f6eedaa22fe849e28c761cd Mon Sep 17 00:00:00 2001 From: "qing." Date: Sun, 31 Mar 2024 07:37:16 +0800 Subject: [PATCH 156/181] rename --- domains/{qell.json => aqilhensem.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{qell.json => aqilhensem.json} (100%) diff --git a/domains/qell.json b/domains/aqilhensem.json similarity index 100% rename from domains/qell.json rename to domains/aqilhensem.json From 7a5d42ea88a17ab85e28a2ca3d7b94c7db4f4196 Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:00:27 +0200 Subject: [PATCH 157/181] Update alfanaan.json --- domains/alfanaan.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index 70daa3159..baa22a013 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,6 +5,8 @@ "discord": "775012312876711936" }, "record": { - "URL": "http://sysbot.rf.gd" + "URL": "https://timevoice.onrender.com" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 7815e2ca89b5eca93083b7d78d646cc690929784 Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:01:22 +0200 Subject: [PATCH 158/181] Update alfanaan.json --- domains/alfanaan.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index 70daa3159..baa22a013 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,6 +5,8 @@ "discord": "775012312876711936" }, "record": { - "URL": "http://sysbot.rf.gd" + "URL": "https://timevoice.onrender.com" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From f994ecdf3568e0f90059f6dbb59720b8a020ea5e Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:02:52 +0200 Subject: [PATCH 159/181] Update alfanaan.json --- domains/alfanaan.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index 70daa3159..baa22a013 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,6 +5,8 @@ "discord": "775012312876711936" }, "record": { - "URL": "http://sysbot.rf.gd" + "URL": "https://timevoice.onrender.com" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From d5a7caa66306be7bc6751fa30bab3e58ac75c8f4 Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:13:26 +0200 Subject: [PATCH 160/181] Create elfanaan.json --- domains/elfanaan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/elfanaan.json diff --git a/domains/elfanaan.json b/domains/elfanaan.json new file mode 100644 index 000000000..11af61072 --- /dev/null +++ b/domains/elfanaan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Alfanaannet", + "email": "hmmm202031520062021@gmail.com", + "discord": "775012312876711936" + }, + "record": { + "URL": "http://elfanaan.giize.com" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} From 39e57327388cb6a69955e7b9c2ef2a761dbc56d0 Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:24:02 +0200 Subject: [PATCH 161/181] Update elfanaan.json --- domains/elfanaan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elfanaan.json b/domains/elfanaan.json index 11af61072..855a8f9b0 100644 --- a/domains/elfanaan.json +++ b/domains/elfanaan.json @@ -5,7 +5,7 @@ "discord": "775012312876711936" }, "record": { - "URL": "http://elfanaan.giize.com" + "URL": "http://elfanaan.giize.com", "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From c50bb6a0fe678b5818fbaac72e49fde54b78b4d6 Mon Sep 17 00:00:00 2001 From: Alfanaannet <134984185+Alfanaannet@users.noreply.github.com> Date: Sun, 31 Mar 2024 04:25:25 +0200 Subject: [PATCH 162/181] Update alfanaan.json --- domains/alfanaan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index baa22a013..59819dfaf 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,7 +5,7 @@ "discord": "775012312876711936" }, "record": { - "URL": "https://timevoice.onrender.com" + "URL": "https://timevoice.onrender.com", "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From 357fd169d9dfb09632be05e7cbe4028a95d726b5 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:31:53 -0400 Subject: [PATCH 163/181] Update alfanaan.json --- domains/alfanaan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index baa22a013..59819dfaf 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,7 +5,7 @@ "discord": "775012312876711936" }, "record": { - "URL": "https://timevoice.onrender.com" + "URL": "https://timevoice.onrender.com", "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From f83ac6cb1e0710e23dafbb535435a91f088456f7 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:32:10 -0400 Subject: [PATCH 164/181] Update alfanaan.json --- domains/alfanaan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alfanaan.json b/domains/alfanaan.json index baa22a013..59819dfaf 100644 --- a/domains/alfanaan.json +++ b/domains/alfanaan.json @@ -5,7 +5,7 @@ "discord": "775012312876711936" }, "record": { - "URL": "https://timevoice.onrender.com" + "URL": "https://timevoice.onrender.com", "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From 70cee84def07a9cae28364fd6987f72bd2460648 Mon Sep 17 00:00:00 2001 From: araguaci Date: Sun, 31 Mar 2024 01:34:20 -0300 Subject: [PATCH 165/181] Create araguaci.json --- domains/araguaci.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/araguaci.json diff --git a/domains/araguaci.json b/domains/araguaci.json new file mode 100644 index 000000000..d37c7093f --- /dev/null +++ b/domains/araguaci.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "araguaci", + "email": "araguaci@gmail.com" + }, + "record": { + "CNAME": "araguaci.github.io" + } +} From fbd28d05b74deb755166bf29f952e98b01948795 Mon Sep 17 00:00:00 2001 From: araguaci Date: Sun, 31 Mar 2024 01:37:17 -0300 Subject: [PATCH 166/181] feat(domain): artesdosul.is-a.dev --- domains/artesdosul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/artesdosul.json diff --git a/domains/artesdosul.json b/domains/artesdosul.json new file mode 100644 index 000000000..c9d4f927d --- /dev/null +++ b/domains/artesdosul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "araguaci", + "email": "araguaci@gmail.com" + }, + "record": { + "CNAME": "artesdosul.github.io" + } +} From 352255e1666e0c8b8b4dcf6a4a374d5d223a62ea Mon Sep 17 00:00:00 2001 From: zayzzay <101441507+zayzzay@users.noreply.github.com> Date: Sun, 31 Mar 2024 06:16:26 -0400 Subject: [PATCH 167/181] Register zay.is-a.dev --- domains/zay.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zay.json diff --git a/domains/zay.json b/domains/zay.json new file mode 100644 index 000000000..62a8faf2e --- /dev/null +++ b/domains/zay.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zayzzay", + "email": "yzerianyoung08@gmail.com", + "discord": "352264519235403787" + }, + + "record": { + "CNAME": "is-a.dev" + } + } + \ No newline at end of file From 792a5da1f466eb26a20e4dda2fb43178e22831bb Mon Sep 17 00:00:00 2001 From: seria Date: Sun, 31 Mar 2024 18:17:59 +0800 Subject: [PATCH 168/181] Create _discord.seria.json --- domains/_discord.seria.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_discord.seria.json diff --git a/domains/_discord.seria.json b/domains/_discord.seria.json new file mode 100644 index 000000000..3eb6d4560 --- /dev/null +++ b/domains/_discord.seria.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "seriaati", + "email": "seria.ati@gmail.com", + "discord": "seria_ati" + }, + "record": { + "TXT": "dh=bbebabaaf56930459c8954d414197dddbc96ef11" + } +} From bcf6cb0c580733c72fc2ada6618e6714168190ce Mon Sep 17 00:00:00 2001 From: jadfoq Date: Sun, 31 Mar 2024 14:34:34 +0300 Subject: [PATCH 169/181] Update nx.json From 4c976d443f50d4f4fe8a6c79b72274a83fdc4613 Mon Sep 17 00:00:00 2001 From: zayzzay <101441507+zayzzay@users.noreply.github.com> Date: Sun, 31 Mar 2024 11:14:30 -0400 Subject: [PATCH 170/181] Update zay.json --- domains/zay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zay.json b/domains/zay.json index 62a8faf2e..e92cdce7a 100644 --- a/domains/zay.json +++ b/domains/zay.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "is-a.dev" + "CNAME": "zayzzay.github.io" } } - \ No newline at end of file + From 7c4738545e96f30cb70ef82ea9160d5b230bb269 Mon Sep 17 00:00:00 2001 From: lequang0911 Date: Mon, 1 Apr 2024 02:12:13 +0700 Subject: [PATCH 171/181] feat(domain): duyquang.is-a.dev --- domains/duyquang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/duyquang.json diff --git a/domains/duyquang.json b/domains/duyquang.json new file mode 100644 index 000000000..1871dd5f4 --- /dev/null +++ b/domains/duyquang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lequang0911", + "email": "lequang.99@outlook.com" + }, + "record": { + "A": ["202.92.5.49"] + } +} From cbdf0650e833694a00af4713349f3cb12b0d76cb Mon Sep 17 00:00:00 2001 From: jadfoq Date: Sun, 31 Mar 2024 23:04:29 +0300 Subject: [PATCH 172/181] Update nx.json --- domains/nx.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/nx.json b/domains/nx.json index 55e887b6a..e9023f674 100644 --- a/domains/nx.json +++ b/domains/nx.json @@ -4,9 +4,6 @@ "email": "jadfoq@getgoogleoff.me" }, "record": { - "MX": [ - "dns1.alwaysdata.com", - "dns2.alwaysdata.com" - ] + "A": "185.31.40.24" } } From fd43cbf5674b5de48ad3b79937f7eb677fddcc8f Mon Sep 17 00:00:00 2001 From: rdaphq Date: Mon, 1 Apr 2024 00:01:10 -0500 Subject: [PATCH 173/181] feat(domain): rdap.is-a.dev --- domains/rdap.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rdap.json diff --git a/domains/rdap.json b/domains/rdap.json new file mode 100644 index 000000000..253214867 --- /dev/null +++ b/domains/rdap.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rdaphq", + "email": "rdapshii@gmail.com" + }, + "record": { + "A": ["156.67.73.46"] + } +} From 0b254999cbe46e769dbe789b3c560cd84ea71ce1 Mon Sep 17 00:00:00 2001 From: syedrayangames <165355812+syedrayangames@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:25:21 +0530 Subject: [PATCH 174/181] Create syedrayan.json --- domains/syedrayan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/syedrayan.json diff --git a/domains/syedrayan.json b/domains/syedrayan.json new file mode 100644 index 000000000..46a47ddcc --- /dev/null +++ b/domains/syedrayan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syedrayangames", + "email": "syedyaseeralirayan@gmail.com" + }, + "record": { + "URL": "https://rxhggamingnews.blogspot.com/" + } +} From 75e38793ed73b7c92ba64fdc2a45c1e764f41b3d Mon Sep 17 00:00:00 2001 From: lequang0911 <107382495+lequang0911@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:52:52 +0700 Subject: [PATCH 175/181] Update record --- domains/duyquang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/duyquang.json b/domains/duyquang.json index 1871dd5f4..9ec785ce9 100644 --- a/domains/duyquang.json +++ b/domains/duyquang.json @@ -4,6 +4,6 @@ "email": "lequang.99@outlook.com" }, "record": { - "A": ["202.92.5.49"] + "A": ["103.97.126.23"] } } From a3f376bbc157c14e0ff4435e0fc4ef98b16bc792 Mon Sep 17 00:00:00 2001 From: jadfoq Date: Mon, 1 Apr 2024 15:29:35 +0300 Subject: [PATCH 176/181] Update nx.json --- domains/nx.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/nx.json b/domains/nx.json index e9023f674..7212da29e 100644 --- a/domains/nx.json +++ b/domains/nx.json @@ -4,6 +4,8 @@ "email": "jadfoq@getgoogleoff.me" }, "record": { - "A": "185.31.40.24" + "AAAA": [ + "2a00:b6e0:1:20:15::1" + ] } } From 11e1b34a7725b980c037132d1de719067a125022 Mon Sep 17 00:00:00 2001 From: Sourayen Date: Tue, 2 Apr 2024 00:19:26 +0530 Subject: [PATCH 177/181] feat(domain): soumo.is-a.dev --- domains/soumo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soumo.json diff --git a/domains/soumo.json b/domains/soumo.json new file mode 100644 index 000000000..ff1cae894 --- /dev/null +++ b/domains/soumo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sourayen", + "email": "soumodas4536@gmail.com" + }, + "record": { + "URL": "sourayen.github.io" + } +} From 7717225cbdb87375c406b0230470dcffea1558c7 Mon Sep 17 00:00:00 2001 From: spectre-xenon Date: Mon, 1 Apr 2024 21:38:55 +0200 Subject: [PATCH 178/181] feat(domain): asteria.is-a.dev --- domains/asteria.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/asteria.json diff --git a/domains/asteria.json b/domains/asteria.json new file mode 100644 index 000000000..87286d8fa --- /dev/null +++ b/domains/asteria.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "spectre-xenon", + "email": "omarzaghlool538@gmail.com" + }, + "record": { + "CNAME": "asteria-9ee.pages.dev" + } +} From 3e30eeb061d9e7805f1f8847cfdd5f8774311350 Mon Sep 17 00:00:00 2001 From: dmr-93 <86325848+dmr-93@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:43:41 -0300 Subject: [PATCH 179/181] Create dmr.json --- domains/dmr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/dmr.json diff --git a/domains/dmr.json b/domains/dmr.json new file mode 100644 index 000000000..606ff5649 --- /dev/null +++ b/domains/dmr.json @@ -0,0 +1,10 @@ +{ + "description": "dmr.is-a.dev", + "owner": { + "username": "dmr-93", + "email": "demisrosseti@gmail.com", + }, + "record": { + "CNAME": "040ff340db5c97c3ab74202ea081dd80.serveo.net" + } +} From f886a033aa7834faf9e00db140f6a5655f17f3ca Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:33:35 -0400 Subject: [PATCH 180/181] Update dmr.json --- domains/dmr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dmr.json b/domains/dmr.json index 606ff5649..cc70ae164 100644 --- a/domains/dmr.json +++ b/domains/dmr.json @@ -2,7 +2,7 @@ "description": "dmr.is-a.dev", "owner": { "username": "dmr-93", - "email": "demisrosseti@gmail.com", + "email": "demisrosseti@gmail.com" }, "record": { "CNAME": "040ff340db5c97c3ab74202ea081dd80.serveo.net" From d77e6a1b6a255b0f5af8e3864918ed8ff72f788e Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:39:09 -0400 Subject: [PATCH 181/181] Update soumo.json --- domains/soumo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soumo.json b/domains/soumo.json index ff1cae894..e46161fcc 100644 --- a/domains/soumo.json +++ b/domains/soumo.json @@ -4,6 +4,6 @@ "email": "soumodas4536@gmail.com" }, "record": { - "URL": "sourayen.github.io" + "URL": "https://sourayen.github.io" } }