From 8068e5528ec4c4b2dd4ae12426d4484bd79ed2fe Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:12:40 +0800 Subject: [PATCH 01/13] Create blog.whine.json --- domains/blog.whine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blog.whine.json diff --git a/domains/blog.whine.json b/domains/blog.whine.json new file mode 100644 index 000000000..50373eede --- /dev/null +++ b/domains/blog.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's blog", + "record": { + "CNAME": "whnya.github.io" + } +} From aa207b70ae4161d191b134855e4a75bf3d944467 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:15:10 +0800 Subject: [PATCH 02/13] Create mail.whine.json --- domains/mail.whine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.whine.json diff --git a/domains/mail.whine.json b/domains/mail.whine.json new file mode 100644 index 000000000..6c06fcffa --- /dev/null +++ b/domains/mail.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's mail subdomain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From e160d4952f2ab9b350c24a4a5a53a16f6c14e4e7 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:17:26 +0800 Subject: [PATCH 03/13] Create projects.whine.json --- domains/projects.whine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/projects.whine.json diff --git a/domains/projects.whine.json b/domains/projects.whine.json new file mode 100644 index 000000000..8994675cf --- /dev/null +++ b/domains/projects.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's projects' subdomain", + "record": { + "CNAME": "whnya.github.io" + } +} From ce4d1bae8c5520337ef90228bdbf79a4f215dfde Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:22:45 +0800 Subject: [PATCH 04/13] Create d.whine.json --- domains/d.whine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/d.whine.json diff --git a/domains/d.whine.json b/domains/d.whine.json new file mode 100644 index 000000000..7c8fdd849 --- /dev/null +++ b/domains/d.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's projects' subdomain", + "record": { + "A": ["34.120.54.55"], + "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" + } +} From ba81b4b71e1e08dfc371c44b0354144a65ba6222 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:23:09 +0800 Subject: [PATCH 05/13] Update d.whine.json --- domains/d.whine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/d.whine.json b/domains/d.whine.json index 7c8fdd849..e32b38b74 100644 --- a/domains/d.whine.json +++ b/domains/d.whine.json @@ -4,7 +4,7 @@ "email": "", "twitter": "whi_nyaan" }, - "description": "whi_ne's projects' subdomain", + "description": "whi_ne's deno subdomain", "record": { "A": ["34.120.54.55"], "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" From 4d2f38e6ec1b6179964edd85f2989171ed2d3729 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:10:50 +0800 Subject: [PATCH 06/13] Update and rename d.whine.json to deno.whine.json --- domains/{d.whine.json => deno.whine.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{d.whine.json => deno.whine.json} (76%) diff --git a/domains/d.whine.json b/domains/deno.whine.json similarity index 76% rename from domains/d.whine.json rename to domains/deno.whine.json index e32b38b74..7aaa9d117 100644 --- a/domains/d.whine.json +++ b/domains/deno.whine.json @@ -7,6 +7,6 @@ "description": "whi_ne's deno subdomain", "record": { "A": ["34.120.54.55"], - "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" + "TXT": "deno-com-validation=ee0178763815b97a05c22f1b" } } From b35ba4246028dc46936652e3d4039d31894eab1c Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:55:45 +0530 Subject: [PATCH 07/13] Create mail.badboy.is-a.dev --- domains/mail.badboy.is-a.dev | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mail.badboy.is-a.dev diff --git a/domains/mail.badboy.is-a.dev b/domains/mail.badboy.is-a.dev new file mode 100644 index 000000000..4554fed2e --- /dev/null +++ b/domains/mail.badboy.is-a.dev @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "bad-boy-codes", + "email": "", + "discord": "445073800850046977" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 68cb1f3eded3141a78d8396ec16df1d63b1eadc8 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:58:06 +0530 Subject: [PATCH 08/13] Update badboy.json --- domains/badboy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/badboy.json b/domains/badboy.json index 1dc8f8f79..becf13c9e 100644 --- a/domains/badboy.json +++ b/domains/badboy.json @@ -1,9 +1,10 @@ { "description": "Bad Boy's Website", - "repo": "https://github.com/Bad-Boy-Codes/bad-boy-codes.github.io", "owner": { "username": "bad-boy-codes", - "email": "sonupanda078@gmail.com" + "email": "sonupanda078@gmail.com", + "discord": "445073800850046977", + "twitter": "BadBoyGoesBrr" }, "record": { "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" From 435e08f959e152e3dce0dea394fe7e90dad3d541 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:58:50 +0530 Subject: [PATCH 09/13] Rename mail.badboy.is-a.dev to mail.badboy.json --- domains/{mail.badboy.is-a.dev => mail.badboy.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mail.badboy.is-a.dev => mail.badboy.json} (100%) diff --git a/domains/mail.badboy.is-a.dev b/domains/mail.badboy.json similarity index 100% rename from domains/mail.badboy.is-a.dev rename to domains/mail.badboy.json From 413dc887e1f4fbc79582ddf35633d3ab32010179 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:59:08 +0530 Subject: [PATCH 10/13] Update mail.badboy.json --- domains/mail.badboy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json index 4554fed2e..4338357a7 100644 --- a/domains/mail.badboy.json +++ b/domains/mail.badboy.json @@ -1,7 +1,7 @@ { "owner": { "username": "bad-boy-codes", - "email": "", + "email": "sonupanda078@gmail.com", "discord": "445073800850046977" }, "record": { From 09d113d17687e57ebe2e9e747ad34f80bd64b9f7 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:06:32 +0530 Subject: [PATCH 11/13] Update domains/mail.badboy.json i keep changing the tag though Co-authored-by: MaskDuck --- domains/mail.badboy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json index 4338357a7..9cf6c779c 100644 --- a/domains/mail.badboy.json +++ b/domains/mail.badboy.json @@ -2,7 +2,8 @@ "owner": { "username": "bad-boy-codes", "email": "sonupanda078@gmail.com", - "discord": "445073800850046977" + "discord": "Bad Boy Plays#9608", + "note": "My Discord ID is 445073800850046977." }, "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], From 4964f0b8fb3c0f478ac57b14bc84476bba7e0fe1 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:15:05 +0530 Subject: [PATCH 12/13] Update badboy.json --- domains/badboy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/badboy.json b/domains/badboy.json index becf13c9e..20208ab58 100644 --- a/domains/badboy.json +++ b/domains/badboy.json @@ -4,7 +4,8 @@ "username": "bad-boy-codes", "email": "sonupanda078@gmail.com", "discord": "445073800850046977", - "twitter": "BadBoyGoesBrr" + "twitter": "BadBoyGoesBrr", + "note": "My Discord ID is 445073800850046977." }, "record": { "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" From f36fc2207dc4b49446f7b13dd18e537795d1ad16 Mon Sep 17 00:00:00 2001 From: Bad Boy <58816669+Bad-Boy-Codes@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:16:09 +0530 Subject: [PATCH 13/13] Update badboy.json --- domains/badboy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/badboy.json b/domains/badboy.json index 20208ab58..7399165a6 100644 --- a/domains/badboy.json +++ b/domains/badboy.json @@ -4,8 +4,8 @@ "username": "bad-boy-codes", "email": "sonupanda078@gmail.com", "discord": "445073800850046977", - "twitter": "BadBoyGoesBrr", - "note": "My Discord ID is 445073800850046977." + "note": "My Discord ID is 445073800850046977.", + "twitter": "BadBoyGoesBrr" }, "record": { "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"