From 963bbdd87d8facb3f19dad195d2c213d05698de2 Mon Sep 17 00:00:00 2001 From: xqxyzl Date: Sat, 13 Jan 2024 11:53:46 -0500 Subject: [PATCH 01/35] feat(domain): ex.is-a.dev From dbca882cb7035370424ae77cca8c2cee5231bc24 Mon Sep 17 00:00:00 2001 From: xqxyzl Date: Sat, 13 Jan 2024 11:58:44 -0500 Subject: [PATCH 02/35] feat(domain): ex.is-a.dev From cbdb21efa23ca7a659cf1f90012b1c0b297fac67 Mon Sep 17 00:00:00 2001 From: xqxyzl Date: Sat, 13 Jan 2024 15:04:45 -0500 Subject: [PATCH 03/35] feat(domain): ex.is-a.dev From ee826cf36ee411420a8a82a480c92159533d6215 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 17 Jan 2024 20:23:10 +0800 Subject: [PATCH 04/35] feat(codeowners): assign `.github` to me --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f149fe328..29b486687 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ * @phenax +.github/ @wdhdev domains/ @is-a-dev/maintainers *.md @is-a-dev/maintainers From 61f9426cd1347b14be188a591e458235d8e0abf8 Mon Sep 17 00:00:00 2001 From: bhaskaraa45 Date: Fri, 19 Jan 2024 12:33:08 +0530 Subject: [PATCH 05/35] feat(domain): chat-oandbtech.is-a.dev --- domains/chat-oandbtech.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/chat-oandbtech.json diff --git a/domains/chat-oandbtech.json b/domains/chat-oandbtech.json new file mode 100644 index 000000000..6b643d8d6 --- /dev/null +++ b/domains/chat-oandbtech.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bhaskaraa45", + "email": "bhaskarmandal369@gmail.com" + }, + "record": { + "A": ["20.198.8.20"] + } +} From 0fb972763d6faab33d9994287b0245cc6168b875 Mon Sep 17 00:00:00 2001 From: bhaskaraa45 Date: Fri, 19 Jan 2024 12:36:01 +0530 Subject: [PATCH 06/35] feat(domain): oandbtech.is-a.dev --- domains/oandbtech.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/oandbtech.json diff --git a/domains/oandbtech.json b/domains/oandbtech.json new file mode 100644 index 000000000..bea7f1902 --- /dev/null +++ b/domains/oandbtech.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bhaskaraa45", + "email": "bhaskarmandal369@gmail.com" + }, + "record": { + "A": ["20.198.8.42"] + } +} From 25b2acf4948c01eb7c7cbcb05e57ffbaf0c81541 Mon Sep 17 00:00:00 2001 From: Bhaskar <115359430+bhaskaraa45@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:38:31 +0530 Subject: [PATCH 07/35] Update chat-oandbtech.json --- domains/chat-oandbtech.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/domains/chat-oandbtech.json b/domains/chat-oandbtech.json index 6b643d8d6..8b1378917 100644 --- a/domains/chat-oandbtech.json +++ b/domains/chat-oandbtech.json @@ -1,9 +1 @@ -{ - "owner": { - "username": "bhaskaraa45", - "email": "bhaskarmandal369@gmail.com" - }, - "record": { - "A": ["20.198.8.20"] - } -} + From d1fbd271900a867200fbe2636fed37b6b046404e Mon Sep 17 00:00:00 2001 From: Bhaskar <115359430+bhaskaraa45@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:42:58 +0530 Subject: [PATCH 08/35] Update chat-oandbtech.json --- domains/chat-oandbtech.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/chat-oandbtech.json b/domains/chat-oandbtech.json index 8b1378917..4187cf5d6 100644 --- a/domains/chat-oandbtech.json +++ b/domains/chat-oandbtech.json @@ -1 +1,9 @@ - +{ + "owner": { + "username": "bhaskaraa45", + "email": "bhaskarmandal369@gmail.com" + }, + "record": { + "URL": ["https://chat-oandbtech.netlify.app"] + } +} From 550c4b5c856ab7f126b9243f97c3f79057725576 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari <101995061+aaayushh7@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:46:11 +0530 Subject: [PATCH 09/35] ayushtiwari.is-a.dev --- domains/ayushtiwari.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ayushtiwari.json diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json new file mode 100644 index 000000000..4e4876e24 --- /dev/null +++ b/domains/ayushtiwari.json @@ -0,0 +1,12 @@ +{ + "description": "ayushtiwari.is-a.dev for my portfolio website", + "repo": "https://github.com/aaayushh7/myPortfolio.git", + "owner": { + "username": "aaayushh7", + "email": "", + "discord": "_aaayushh" + }, + "record": { + "URL": "https://ayushtiwari.co" + } + } \ No newline at end of file From 5d2c06df5a214dbf7cf79b75b423402797dca6a4 Mon Sep 17 00:00:00 2001 From: Bhaskar <115359430+bhaskaraa45@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:46:56 +0530 Subject: [PATCH 10/35] Update chat-oandbtech.json --- domains/chat-oandbtech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chat-oandbtech.json b/domains/chat-oandbtech.json index 4187cf5d6..b484bb6a9 100644 --- a/domains/chat-oandbtech.json +++ b/domains/chat-oandbtech.json @@ -4,6 +4,6 @@ "email": "bhaskarmandal369@gmail.com" }, "record": { - "URL": ["https://chat-oandbtech.netlify.app"] + "A": ["40.176.254.77"] } } From 412c72a778993563c66fb6f239400adbf9ab861b Mon Sep 17 00:00:00 2001 From: You Found Alpha Date: Fri, 19 Jan 2024 13:04:41 +0200 Subject: [PATCH 11/35] Create _github-pages-challenge-YouFoundAlpha.alpha.json --- ...github-pages-challenge-YouFoundAlpha.alpha.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/_github-pages-challenge-YouFoundAlpha.alpha.json diff --git a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json new file mode 100644 index 000000000..9c8f68d3a --- /dev/null +++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "alpha@alpha.is-a.dev", + "Discord": "661121998830960651", + "Twitter": "YouFoundAlpha", + "GitHub": "YouFoundAlpha", + "GitLab": "YouFoundAlpha", + "Mastodon": "@YouFoundAlpha@mastodon.social" + }, + "record": { + "TXT": "9568f60569" + } +} From 93cf5377ecfb6110b2b8980a6136457160e0b7d0 Mon Sep 17 00:00:00 2001 From: DreamerChaserHAH Date: Fri, 19 Jan 2024 21:07:53 +0800 Subject: [PATCH 12/35] feat(domain): victormak.is-a.dev --- domains/victormak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/victormak.json diff --git a/domains/victormak.json b/domains/victormak.json new file mode 100644 index 000000000..88d23c257 --- /dev/null +++ b/domains/victormak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DreamerChaserHAH", + "email": "ehekunhah@gmail.com" + }, + "record": { + "CNAME": "dreamerchaserhah.github.io" + } +} From eca088e7f311512027d5e3b55aeebf6256fbe011 Mon Sep 17 00:00:00 2001 From: l7ssha Date: Fri, 19 Jan 2024 14:22:36 +0100 Subject: [PATCH 13/35] feat(domain): l7ssha.is-a.dev --- domains/l7ssha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/l7ssha.json diff --git a/domains/l7ssha.json b/domains/l7ssha.json new file mode 100644 index 000000000..f63a65642 --- /dev/null +++ b/domains/l7ssha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "l7ssha", + "email": "szymon@l7ssha.xyz" + }, + "record": { + "CNAME": "l7ssha.xyz" + } +} From 72a7de7e68393e2c873c1cc543371b4ebde46fd5 Mon Sep 17 00:00:00 2001 From: PH7N Date: Fri, 19 Jan 2024 19:06:52 +0500 Subject: [PATCH 14/35] feat(domain): ph7ntom.is-a.dev --- domains/ph7ntom.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ph7ntom.json diff --git a/domains/ph7ntom.json b/domains/ph7ntom.json new file mode 100644 index 000000000..0ae0dfe73 --- /dev/null +++ b/domains/ph7ntom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PH7N", + "email": "hdgameplaybbtt@gmail.com" + }, + "record": { + "URL": "https://ph7n.github.io/ph7ntom-web/" + } +} From a8ebbe8be62b4ceb17d9a99076c021e1b2725946 Mon Sep 17 00:00:00 2001 From: DrochiczynPoleski Date: Fri, 19 Jan 2024 16:36:31 +0100 Subject: [PATCH 15/35] feat(domain): escfrpls.is-a.dev --- domains/escfrpls.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/escfrpls.json diff --git a/domains/escfrpls.json b/domains/escfrpls.json new file mode 100644 index 000000000..018e73b19 --- /dev/null +++ b/domains/escfrpls.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DrochiczynPoleski", + "email": "licwin1410@gmail.com" + }, + "record": { + "URL": "https://drochiczynpoleski.github.io/escfrpls.github.io/" + } +} From 4de0b4e83d387f48e9f05f321f707ad7c43042f0 Mon Sep 17 00:00:00 2001 From: SFINXV <145094765+SFINXVC@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:58:26 +0700 Subject: [PATCH 16/35] Create sfinxv.json --- domains/sfinxv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sfinxv.json diff --git a/domains/sfinxv.json b/domains/sfinxv.json new file mode 100644 index 000000000..45059c229 --- /dev/null +++ b/domains/sfinxv.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sfinxv", + "email": "", + "discord": "sfinxv" + }, + + "repo": "https://github.com/SFINXVC/sfinxvc.github.io", + "record": { + "CNAME": "sfinxvc.github.io" + } +} From c4d65e533ea3f74d7abc83a9420a8ee4756eab21 Mon Sep 17 00:00:00 2001 From: MrAkshayAS Date: Fri, 19 Jan 2024 21:30:01 +0530 Subject: [PATCH 17/35] feat(domain): as.is-a.dev --- domains/as.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/as.json diff --git a/domains/as.json b/domains/as.json new file mode 100644 index 000000000..53b0b2de4 --- /dev/null +++ b/domains/as.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrAkshayAS", + "email": "akshau72p@gmail.com" + }, + "record": { + "CNAME": "mrakshayas.github.io" + } +} From f2494aa39e822aa2610474ca75ccaf67ceb2407f Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:30:46 +0530 Subject: [PATCH 18/35] Update as.json --- domains/as.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/as.json b/domains/as.json index 53b0b2de4..702230f5e 100644 --- a/domains/as.json +++ b/domains/as.json @@ -4,6 +4,8 @@ "email": "akshau72p@gmail.com" }, "record": { - "CNAME": "mrakshayas.github.io" + "CNAME": "mrakshayas.github.io", + "A":"185.199.108.153" + } } From 0f38b1fd12682915f0a4faa0c7a4b01d3910d002 Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:35:02 +0530 Subject: [PATCH 19/35] Update as.json --- domains/as.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/as.json b/domains/as.json index 702230f5e..a8453d908 100644 --- a/domains/as.json +++ b/domains/as.json @@ -5,7 +5,7 @@ }, "record": { "CNAME": "mrakshayas.github.io", - "A":"185.199.108.153" + "A":["185.199.108.153"] } } From b16017064b2715d1fa16d6072f685ec18418edc4 Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:48:46 +0530 Subject: [PATCH 20/35] Update as.json --- domains/as.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/as.json b/domains/as.json index a8453d908..4eb8b9917 100644 --- a/domains/as.json +++ b/domains/as.json @@ -1,11 +1,10 @@ { + "repo" :"https://mrakshayas.github.io/portfolio/", "owner": { "username": "MrAkshayAS", "email": "akshau72p@gmail.com" }, "record": { - "CNAME": "mrakshayas.github.io", - "A":["185.199.108.153"] - + "CNAME": "mrakshayas.github.io" } } From e6855d4b0110bf5cc779ea3a75473091ecc2fb02 Mon Sep 17 00:00:00 2001 From: haliiil Date: Fri, 19 Jan 2024 17:53:16 +0100 Subject: [PATCH 21/35] feat(domain): halil.is-a.dev --- domains/halil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/halil.json diff --git a/domains/halil.json b/domains/halil.json new file mode 100644 index 000000000..9f3a30d3c --- /dev/null +++ b/domains/halil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haliiil", + "email": "halil.ismail@mercoline.de" + }, + "record": { + "A": ["173.249.45.163"] + } +} From 6ab6beecf1531adb2d8cdfdf2b75117363ded40c Mon Sep 17 00:00:00 2001 From: "dotenv(.)" <88169062+wtfdrshn@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:13:04 +0530 Subject: [PATCH 22/35] Update wtfdrshn.json --- domains/wtfdrshn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json index 2833fd17d..abeb6309d 100644 --- a/domains/wtfdrshn.json +++ b/domains/wtfdrshn.json @@ -4,6 +4,6 @@ "email": "itsmedarshan8@gmail.com" }, "record": { - "CNAME": "wtfdrshn.github.io" + "CNAME": "wtfdrshn-portfolio.web.app" } } From 0fe93c3314ed9cb97219c2585f5ca35b252f8c62 Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Sat, 20 Jan 2024 06:25:22 +0530 Subject: [PATCH 23/35] Update as.json --- domains/as.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/as.json b/domains/as.json index 4eb8b9917..49f779a1c 100644 --- a/domains/as.json +++ b/domains/as.json @@ -1,5 +1,5 @@ { - "repo" :"https://mrakshayas.github.io/portfolio/", + "repo" :"https://mrakshayas.github.io/me/", "owner": { "username": "MrAkshayAS", "email": "akshau72p@gmail.com" From 9ef2b417ad6b006d4cadf74d981f3ada5e7ebce3 Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Sat, 20 Jan 2024 09:58:31 +0530 Subject: [PATCH 24/35] Update axay.json --- domains/axay.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/axay.json b/domains/axay.json index 53b0b2de4..c9366f4bd 100644 --- a/domains/axay.json +++ b/domains/axay.json @@ -1,7 +1,8 @@ { "owner": { "username": "MrAkshayAS", - "email": "akshau72p@gmail.com" + "email": " ", + "discord" : "mrakshayas" }, "record": { "CNAME": "mrakshayas.github.io" From fe8148d66e1c4be81875ec7f17b2fb3f11f230ea Mon Sep 17 00:00:00 2001 From: HazelNutHoney Date: Sat, 20 Jan 2024 01:24:12 -0500 Subject: [PATCH 25/35] feat(domain): hazelnut.is-a.dev --- domains/hazelnut.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hazelnut.json diff --git a/domains/hazelnut.json b/domains/hazelnut.json new file mode 100644 index 000000000..1f87b5e49 --- /dev/null +++ b/domains/hazelnut.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HazelNutHoney", + "email": "hazelnutzhoney@gmail.com" + }, + "record": { + "CNAME": "hazelnuthoney.github.io" + } +} From c23457cd0f3aab275336f7c1e26daa3818542bc5 Mon Sep 17 00:00:00 2001 From: heyjumanji Date: Sat, 20 Jan 2024 15:13:59 +0530 Subject: [PATCH 26/35] feat(domain): jumanji.is-a.dev --- domains/jumanji.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jumanji.json diff --git a/domains/jumanji.json b/domains/jumanji.json new file mode 100644 index 000000000..351a248a3 --- /dev/null +++ b/domains/jumanji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heyjumanji", + "email": "madhuchutiya.unhinge650@silomails.com" + }, + "record": { + "CNAME": "heyjumanji.pages.dev" + } +} From a91c5219db35a79d81c77a6b6d4fe667a95bbb98 Mon Sep 17 00:00:00 2001 From: Xyront Date: Sat, 20 Jan 2024 17:51:44 +0700 Subject: [PATCH 27/35] feat(domain): real.is-a.dev --- domains/real.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/real.json diff --git a/domains/real.json b/domains/real.json new file mode 100644 index 000000000..f1db4caef --- /dev/null +++ b/domains/real.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Xyront", + "email": "abalabalscratch@gmail.com" + }, + "record": { + "URL": "https://www.youtube.com/watch?v=69tzp7vkg_m" + } +} From a95721e3ce84f503cc44dada66d4e2b5fb349f29 Mon Sep 17 00:00:00 2001 From: xqxyzl Date: Sat, 20 Jan 2024 06:12:00 -0500 Subject: [PATCH 28/35] feat(domain): exx.is-a.dev --- domains/exx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/exx.json diff --git a/domains/exx.json b/domains/exx.json new file mode 100644 index 000000000..83307f4a2 --- /dev/null +++ b/domains/exx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xqxyzl", + "email": "exemailhelp+3@gmail.com" + }, + "record": { + "TXT": "_discord.exx.is-a.dev" + } +} From f2a447f669025be90bd2bedba2598ad6de327db8 Mon Sep 17 00:00:00 2001 From: Froniz <126089314+Froniz@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:06:50 +0100 Subject: [PATCH 29/35] Register Froniz.is-a.dev --- domains/froniz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/froniz.json diff --git a/domains/froniz.json b/domains/froniz.json new file mode 100644 index 000000000..96dd9df97 --- /dev/null +++ b/domains/froniz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Froniz", + "email": "discordmarc1912@gmail.com", + "discord": "1002293564782411787" + }, + + "record": { + "A": ["144.91.116.153"] + } + } + \ No newline at end of file From 22d422e8821e72e7ba09ef61430dc6a82e1d00a0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jan 2024 21:29:21 +0800 Subject: [PATCH 30/35] Update axay.json --- domains/axay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/axay.json b/domains/axay.json index c9366f4bd..85300ea9e 100644 --- a/domains/axay.json +++ b/domains/axay.json @@ -1,7 +1,7 @@ { "owner": { "username": "MrAkshayAS", - "email": " ", + "email": "", "discord" : "mrakshayas" }, "record": { From 7e0cbe3f4e4c6454a1126d1a44fa1d8823da68d1 Mon Sep 17 00:00:00 2001 From: AustinGraphics Date: Sat, 20 Jan 2024 14:01:44 +0000 Subject: [PATCH 31/35] feat(domain): austino.is-a.dev --- domains/austino.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/austino.json diff --git a/domains/austino.json b/domains/austino.json new file mode 100644 index 000000000..a584f8779 --- /dev/null +++ b/domains/austino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AustinGraphics", + "email": "austinxthomas@gmail.com" + }, + "record": { + "CNAME": "austingraphics.github.io" + } +} From 26a17e18c28b2ab4a56a0761f4687201902b0c16 Mon Sep 17 00:00:00 2001 From: You Found Alpha Date: Sat, 20 Jan 2024 21:59:02 +0200 Subject: [PATCH 32/35] Update _github-pages-challenge-YouFoundAlpha.alpha.json --- domains/_github-pages-challenge-YouFoundAlpha.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json index 9c8f68d3a..f69fbfcf4 100644 --- a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json +++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json @@ -9,6 +9,6 @@ "Mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { - "TXT": "9568f60569" + "TXT": "123b9197abda60197a8afa64af5cf0" } } From 7cdbe78621300a45db73b8941ddc17623f70279b Mon Sep 17 00:00:00 2001 From: gassayping Date: Sat, 20 Jan 2024 20:05:48 -0800 Subject: [PATCH 33/35] feat(domain): gassayping.is-a.dev --- domains/gassayping.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gassayping.json diff --git a/domains/gassayping.json b/domains/gassayping.json new file mode 100644 index 000000000..c473d62f5 --- /dev/null +++ b/domains/gassayping.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gassayping", + "email": "Dev_Gassayping@proton.me" + }, + "record": { + "CNAME": "gassayping.github.io" + } +} From 50621807e45e642a4542b4a8dd766abb330157c0 Mon Sep 17 00:00:00 2001 From: ukrio <80760888+ukrioo@users.noreply.github.com> Date: Sun, 21 Jan 2024 12:10:31 +0530 Subject: [PATCH 34/35] Update uk.json --- domains/uk.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/uk.json b/domains/uk.json index 1da801837..89ea90364 100644 --- a/domains/uk.json +++ b/domains/uk.json @@ -4,6 +4,8 @@ "email": "u8k50850@gmail.com" }, "record": { - "URL": "https://ukrioo.github.io/" + "URL": "https://ukrioo.github.io/", + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=u8k50850@gmail.com" } } From 3c0e5c8c20d77aa21af1bebe6c9d033ef47c61d3 Mon Sep 17 00:00:00 2001 From: ukrio <80760888+ukrioo@users.noreply.github.com> Date: Sun, 21 Jan 2024 12:11:08 +0530 Subject: [PATCH 35/35] Update js.json --- domains/js.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/js.json b/domains/js.json index 1da801837..89ea90364 100644 --- a/domains/js.json +++ b/domains/js.json @@ -4,6 +4,8 @@ "email": "u8k50850@gmail.com" }, "record": { - "URL": "https://ukrioo.github.io/" + "URL": "https://ukrioo.github.io/", + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=u8k50850@gmail.com" } }