From 7eb235e031978ecf9ca613b28faf08f37845b2bf Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Thu, 3 Nov 2022 16:52:33 -0700 Subject: [PATCH 01/36] feat: add sanjay.json --- domains/sanjay.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sanjay.json diff --git a/domains/sanjay.json b/domains/sanjay.json new file mode 100644 index 000000000..a3b3c353a --- /dev/null +++ b/domains/sanjay.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "megasanjay", + "email": "info@sanjaysoundarajan.dev", + "twitter": "megasanjay" + }, + "description": "Personal website", + "repo": "https://github.com/megasanjay", + "record": { + "URL": "https://sanjaysoundarajan.dev" + } +} \ No newline at end of file From 30d4765870c30a076a7992c3aeba8ecc448edebd Mon Sep 17 00:00:00 2001 From: Tanjimfuad <109775060+Tanjimfuad@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:19:58 +0600 Subject: [PATCH 02/36] Create mail.icehead.json --- domains/mail.icehead.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/mail.icehead.json diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json new file mode 100644 index 000000000..2f9d211c9 --- /dev/null +++ b/domains/mail.icehead.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "Tanjimfuad", + "email": "tanjim_fuad@proton.me" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + }, +"record": { + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + +} From 688f8e2177909e69437b5e0c34f8d2fb78aeb0bc Mon Sep 17 00:00:00 2001 From: Tanjimfuad <109775060+Tanjimfuad@users.noreply.github.com> Date: Fri, 4 Nov 2022 14:23:14 +0600 Subject: [PATCH 03/36] Update mail.icehead.json --- domains/mail.icehead.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json index 2f9d211c9..76e05571e 100644 --- a/domains/mail.icehead.json +++ b/domains/mail.icehead.json @@ -7,10 +7,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] - }, -"record": { + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } } From 08238da24363de2eccfb3e03712b3722dfa17d01 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Fri, 4 Nov 2022 14:12:46 +0530 Subject: [PATCH 04/36] Create priyansh.json --- domains/priyansh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/priyansh.json diff --git a/domains/priyansh.json b/domains/priyansh.json new file mode 100644 index 000000000..c1ec51271 --- /dev/null +++ b/domains/priyansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "priyanshdotxyz", + "email": "hello@priyansh.xyz" + }, + "record": { + "CNAME": "priyanshdotxyz.github.io" + } +} From cada4131230bae65549d783f2fd6e1cbde8f076e Mon Sep 17 00:00:00 2001 From: Tanjimfuad <109775060+Tanjimfuad@users.noreply.github.com> Date: Fri, 4 Nov 2022 18:52:50 +0600 Subject: [PATCH 05/36] Update --- domains/mail.icehead.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json index 76e05571e..d85d084c8 100644 --- a/domains/mail.icehead.json +++ b/domains/mail.icehead.json @@ -9,5 +9,5 @@ "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" - + } } From 4e46c19127ce95eb0855afd4ebd2501f387a7e88 Mon Sep 17 00:00:00 2001 From: wrdg Date: Fri, 4 Nov 2022 13:37:52 -0500 Subject: [PATCH 06/36] feat: Added domain programatically --- domains/wrdg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wrdg.json diff --git a/domains/wrdg.json b/domains/wrdg.json new file mode 100644 index 000000000..c2adc49ee --- /dev/null +++ b/domains/wrdg.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "wrdg", + "email": "wardog@wrdg.dev" + }, + + "record": { + "URL": "https://wrdg.net" + } + } + \ No newline at end of file From 4931596d2290382451aceb992553c3bc50ad16bb Mon Sep 17 00:00:00 2001 From: naveen8384 Date: Sat, 5 Nov 2022 00:46:49 +0530 Subject: [PATCH 07/36] feat: Added domain programatically --- domains/naveen.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/naveen.json diff --git a/domains/naveen.json b/domains/naveen.json new file mode 100644 index 000000000..106cff5a6 --- /dev/null +++ b/domains/naveen.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "naveen8384", + "email": "naveen.nani321@gmail.com" + }, + + "record": { + "URL": "naveenkumar.org" + } + } + \ No newline at end of file From fdf0c7f611b22c6eb04775bc689030454eedf91c Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 5 Nov 2022 10:42:44 +0700 Subject: [PATCH 08/36] Update naveen.json --- domains/naveen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/naveen.json b/domains/naveen.json index 106cff5a6..341207c04 100644 --- a/domains/naveen.json +++ b/domains/naveen.json @@ -6,7 +6,7 @@ }, "record": { - "URL": "naveenkumar.org" + "URL": "https://naveenkumar.org" } } - \ No newline at end of file + From 771e742b28e7ae12f8a21aafeebf23ad36217b9f Mon Sep 17 00:00:00 2001 From: IS A DEV <106927495+is-a-dev-bot@users.noreply.github.com> Date: Sat, 5 Nov 2022 15:28:18 +0000 Subject: [PATCH 09/36] Update register.json --- domains/register.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/register.json b/domains/register.json index 18f01ccce..553a5a1cd 100644 --- a/domains/register.json +++ b/domains/register.json @@ -5,7 +5,6 @@ }, "record": { - "A": ["204.44.81.53"], - "MX": ["box.is-not-a.dev"] + "A": ["64.190.90.238"] } } From 49b815bd719282c294ff162a818f9c80024bec32 Mon Sep 17 00:00:00 2001 From: Snek <97262062+sn3kdev@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:16:46 +0200 Subject: [PATCH 10/36] Added snek --- domains/snek.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/snek.json diff --git a/domains/snek.json b/domains/snek.json new file mode 100644 index 000000000..e946febf5 --- /dev/null +++ b/domains/snek.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "sn3kdev", + "email": "snektg@gmail.com" + }, + "record": { + "URL": ""odnako_zmeyka.t.me"" + } + } + \ No newline at end of file From f9d4976e76510523af2a033f61ebceffe33282e3 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:00:25 +0800 Subject: [PATCH 11/36] Create alt.william.json --- domains/alt.william.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/alt.william.json diff --git a/domains/alt.william.json b/domains/alt.william.json new file mode 100644 index 000000000..4e5b33c21 --- /dev/null +++ b/domains/alt.william.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WDH-2", + "email": "is-a-dev@wdh.bio" + }, + + "record": { + "CNAME": "dns.williamharrison.xyz" + } +} From 5d230555fac32f9fdebac526b5609efe342e0425 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:06:20 +0800 Subject: [PATCH 12/36] Rename alt.william.json to william2.json --- domains/{alt.william.json => william2.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{alt.william.json => william2.json} (100%) diff --git a/domains/alt.william.json b/domains/william2.json similarity index 100% rename from domains/alt.william.json rename to domains/william2.json From c03acbd60cc5333a9f5ebde040865dcb84662c54 Mon Sep 17 00:00:00 2001 From: Snek <97262062+sn3kdev@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:28:29 +0200 Subject: [PATCH 13/36] Added https --- domains/snek.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/snek.json b/domains/snek.json index e946febf5..967ad7f1b 100644 --- a/domains/snek.json +++ b/domains/snek.json @@ -5,7 +5,7 @@ "email": "snektg@gmail.com" }, "record": { - "URL": ""odnako_zmeyka.t.me"" + "URL": "https://odnako_zmeyka.t.me" } } \ No newline at end of file From b7af8db394da969faf80851d9ec9c41e92f1362a Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:23:47 +0530 Subject: [PATCH 14/36] Added samarthkulshrestha --- domains/samarthkulshrestha.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/samarthkulshrestha.json diff --git a/domains/samarthkulshrestha.json b/domains/samarthkulshrestha.json new file mode 100644 index 000000000..5580a7199 --- /dev/null +++ b/domains/samarthkulshrestha.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "samarthkulshrestha", + "email": "samarthkulshrestha@protonmail.com" + }, + "record": { + "CNAME": ""https://github.com/samarthkulshrestha/"" + } + } + \ No newline at end of file From 90e4432167257878be041622f1ec553e9264d1a9 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:36:28 +0530 Subject: [PATCH 15/36] changed A record to CNAME for github pages --- domains/samarth.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/samarth.json b/domains/samarth.json index 4c2c95570..4dbbc0fcd 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -1,9 +1,9 @@ { "owner": { - "username": "Samarth2005", - "email": "samarthkulshresth@gmail.com" + "username": "samarthkulshrestha", + "email": "samarthkulshrestha@protonmail.com" }, "record": { - "A": ["76.76.21.21"] + "CNAME": ["samarthkulshrestha.github.io"] } } From 0f13c4b6f8333190038ee0e81a2c292e7ddd40b3 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:37:55 +0530 Subject: [PATCH 16/36] removed unneeded file created by me --- domains/samarthkulshrestha.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/samarthkulshrestha.json diff --git a/domains/samarthkulshrestha.json b/domains/samarthkulshrestha.json deleted file mode 100644 index 5580a7199..000000000 --- a/domains/samarthkulshrestha.json +++ /dev/null @@ -1,11 +0,0 @@ - - { - "owner": { - "username": "samarthkulshrestha", - "email": "samarthkulshrestha@protonmail.com" - }, - "record": { - "CNAME": ""https://github.com/samarthkulshrestha/"" - } - } - \ No newline at end of file From 349f7a842b4360b3cd2aac6be1c80d81cfebc93e Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:45:04 +0530 Subject: [PATCH 17/36] fixed record argument error --- domains/samarth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samarth.json b/domains/samarth.json index 4dbbc0fcd..34f9f032d 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -4,6 +4,6 @@ "email": "samarthkulshrestha@protonmail.com" }, "record": { - "CNAME": ["samarthkulshrestha.github.io"] + "CNAME": "samarthkulshrestha.github.io" } } From d2b86f210c830c65cf46916ea542913da4032880 Mon Sep 17 00:00:00 2001 From: colourfullyy <66484409+colourfullyy@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:30:15 -0500 Subject: [PATCH 18/36] Delete colourfullyy.json --- domains/colourfullyy.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/colourfullyy.json diff --git a/domains/colourfullyy.json b/domains/colourfullyy.json deleted file mode 100644 index ca5e1893a..000000000 --- a/domains/colourfullyy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "colourfullyy's developer website", - "repo": "https://github.com/colourfullyy/colourfullyy.github.io", - "owner": { - "username": "colourfullyy", - "email": "phiblu900@gmail.com" - }, - "record": { - "CNAME": "colourfullyy.github.io" - } -} From c22bae1fad429ae20cef33d0c70760f30b4076ee Mon Sep 17 00:00:00 2001 From: aqsakhan <63785428+aqsakhan@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:08:45 +0530 Subject: [PATCH 19/36] updated CNAME for cloudflare pages integration --- domains/aqsakhan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aqsakhan.json b/domains/aqsakhan.json index e8b9d366f..d45248c0e 100644 --- a/domains/aqsakhan.json +++ b/domains/aqsakhan.json @@ -7,6 +7,6 @@ "twitter": "aqsa_khan32" }, "record": { - "CNAME": "aqsakhan.github.io" + "CNAME": "v1-7tp.pages.dev" } } From 5f542e05c078448117ac2ba2a3e83891d7ea3d41 Mon Sep 17 00:00:00 2001 From: AlmightyNan <93263738+AlmightyNan@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:56:49 +0530 Subject: [PATCH 20/36] Update almightynan.json --- domains/almightynan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/almightynan.json b/domains/almightynan.json index 05b5e9d1d..258fc728b 100644 --- a/domains/almightynan.json +++ b/domains/almightynan.json @@ -4,7 +4,7 @@ "username": "almightynan", "email": "almightynan@gmail.com" }, - "record": { - "URL": "https://a88a0a2a-4e01-4d66-845c-db47023b86c3.id.repl.co/" - } + "record": { + "CNAME": "https://a88a0a2a-4e01-4d66-845c-db47023b86c3.id.repl.co/" + } } From d9611fe700cd51c6a303e1f0544fa962555d0dc1 Mon Sep 17 00:00:00 2001 From: DidntPot <104190360+xDidntPot@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:19:54 +0000 Subject: [PATCH 21/36] Added didntpot --- domains/didntpot.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/didntpot.json diff --git a/domains/didntpot.json b/domains/didntpot.json new file mode 100644 index 000000000..c3e9dab84 --- /dev/null +++ b/domains/didntpot.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "xDidntPot", + "email": "didntpot@protonmail.com" + }, + "record": { + "URL": ""https://github.com/xdidntpot"" + } + } + \ No newline at end of file From 80966e2d1b3c7f17e9c28caf99048cf25213396c Mon Sep 17 00:00:00 2001 From: AlmightyNan <93263738+AlmightyNan@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:18:19 +0530 Subject: [PATCH 22/36] Update domains/almightynan.json Co-authored-by: William Harrison --- domains/almightynan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/almightynan.json b/domains/almightynan.json index 258fc728b..ecd3e380c 100644 --- a/domains/almightynan.json +++ b/domains/almightynan.json @@ -5,6 +5,6 @@ "email": "almightynan@gmail.com" }, "record": { - "CNAME": "https://a88a0a2a-4e01-4d66-845c-db47023b86c3.id.repl.co/" + "CNAME": "a88a0a2a-4e01-4d66-845c-db47023b86c3.id.repl.co" } } From 6f0b390871e97e09cfc55bfbdc7123108dd2d9b3 Mon Sep 17 00:00:00 2001 From: MDB Date: Wed, 9 Nov 2022 00:03:37 -0300 Subject: [PATCH 23/36] Added mdbesoain --- domains/mdbesoain.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mdbesoain.json diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json new file mode 100644 index 000000000..a08b10553 --- /dev/null +++ b/domains/mdbesoain.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mdbesoain", + "email": "mdbesoain@gmail.com" + }, + "record": { + "URL": ""mdbesoain.cl"" + } + } + \ No newline at end of file From 21785a0f78b08699c7dec5d7fca19a2537bd2c76 Mon Sep 17 00:00:00 2001 From: DidntPot <104190360+xDidntPot@users.noreply.github.com> Date: Wed, 9 Nov 2022 03:52:47 +0000 Subject: [PATCH 24/36] Update domains/didntpot.json Co-authored-by: William Harrison --- domains/didntpot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/didntpot.json b/domains/didntpot.json index c3e9dab84..7b5a516cf 100644 --- a/domains/didntpot.json +++ b/domains/didntpot.json @@ -5,7 +5,7 @@ "email": "didntpot@protonmail.com" }, "record": { - "URL": ""https://github.com/xdidntpot"" + "URL": "https://github.com/xdidntpot" } } \ No newline at end of file From 2dd39eae0f3107a8a54504cb9670bd41dfe1d4c5 Mon Sep 17 00:00:00 2001 From: Joe-is-Coding <84708265+Joe-is-Coding@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:01:50 +0000 Subject: [PATCH 25/36] Create joesjourney.json --- domains/joesjourney.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/joesjourney.json diff --git a/domains/joesjourney.json b/domains/joesjourney.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/joesjourney.json @@ -0,0 +1 @@ + From 392946697a302a9c922e068034fc4a05a4ca911d Mon Sep 17 00:00:00 2001 From: Joe-is-Coding <84708265+Joe-is-Coding@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:44:18 +0000 Subject: [PATCH 26/36] Update joesjourney.json --- domains/joesjourney.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 8b1378917..51f9f4da4 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -1 +1,5 @@ - +{ + "owner": { + "username": "", + "email": "" + } From 7705aa34572ff5ef452601845a3bd6b4d4fcb892 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Nov 2022 07:03:35 +0800 Subject: [PATCH 27/36] Delete william2.json --- domains/william2.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/william2.json diff --git a/domains/william2.json b/domains/william2.json deleted file mode 100644 index 4e5b33c21..000000000 --- a/domains/william2.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "WDH-2", - "email": "is-a-dev@wdh.bio" - }, - - "record": { - "CNAME": "dns.williamharrison.xyz" - } -} From 48f11fc9db4e53186580c86382a2c85ff51caa96 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 9 Nov 2022 23:12:45 +0000 Subject: [PATCH 28/36] Fix record --- domains/joesjourney.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 51f9f4da4..369ee8ba7 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -1,5 +1,12 @@ -{ - "owner": { - "username": "", - "email": "" - } + + { + "owner": { + "username": "Joe-is-Coding", + "email": "stickeman715@gmail.com" + }, + + "record": { + "CNAME": "joe-is-coding.github.io" + } + } + From 23844ffca3b706ace88213873b6ede0c3d03509d Mon Sep 17 00:00:00 2001 From: IS A DEV <106927495+is-a-dev-bot@users.noreply.github.com> Date: Thu, 10 Nov 2022 00:14:59 +0000 Subject: [PATCH 29/36] Add email forwarding --- domains/joesjourney.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 369ee8ba7..abd7143eb 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -6,7 +6,9 @@ }, "record": { - "CNAME": "joe-is-coding.github.io" + "CNAME": "joe-is-coding.github.io", + "MX": ["mx.mailtie.com"], + "TXT": "mailtie=joesjourney500@gmail.com" } } From 299094191fe7686e0e39b22882f6da58708ca124 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 10 Nov 2022 00:22:49 +0000 Subject: [PATCH 30/36] Update joesjourney.json --- domains/joesjourney.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index abd7143eb..505400040 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -6,7 +6,17 @@ }, "record": { - "CNAME": "joe-is-coding.github.io", + "A": [ + + "185.199.108.153", + + "185.199.109.153", + + "185.199.110.153", + + "185.199.111.153" + + ], "MX": ["mx.mailtie.com"], "TXT": "mailtie=joesjourney500@gmail.com" } From cd49794cd8fd003a6d7ba4a5ebf894769257a1a7 Mon Sep 17 00:00:00 2001 From: stretch07 <78528552+its-pablo@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:06:38 -0800 Subject: [PATCH 31/36] Delete its-pablo.json --- domains/its-pablo.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/its-pablo.json diff --git a/domains/its-pablo.json b/domains/its-pablo.json deleted file mode 100644 index e755d4111..000000000 --- a/domains/its-pablo.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "email": "itspablo@null.net", - "username": "its-pablo", - "discord": "pablo g#4477" - }, - "description": "its-pablo's official website :)", - "repo": "github.com/its-pablo/its-pablo.github.io", - "record": { - "CNAME": "its-pablo.github.io" - } -} From c8feb701b2e8834b8af207ee7916bf718ec756d1 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 10 Nov 2022 08:16:20 +0000 Subject: [PATCH 32/36] Update domains/mdbesoain.json Co-authored-by: William Harrison --- domains/mdbesoain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json index a08b10553..4129f9c5d 100644 --- a/domains/mdbesoain.json +++ b/domains/mdbesoain.json @@ -5,7 +5,7 @@ "email": "mdbesoain@gmail.com" }, "record": { - "URL": ""mdbesoain.cl"" + "URL": "https://mdbesoain.cl" } } \ No newline at end of file From beb94c13e668d9983216e3ff6ad2995240bd937e Mon Sep 17 00:00:00 2001 From: Michael Zheng <44128563+NoozSBC@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:34:00 -0700 Subject: [PATCH 33/36] Create nooz.json --- domains/nooz.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/nooz.json diff --git a/domains/nooz.json b/domains/nooz.json new file mode 100644 index 000000000..31cf0756b --- /dev/null +++ b/domains/nooz.json @@ -0,0 +1,19 @@ +{ + "description": "Personal portfolio for nooz", + "repo": "https://github.com/NoozSBC/portfolio/", + "owner": { + "username": "NoozSBC", + "email": "zhengm58@gmail.com", + "discord": "Nooz#0816" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx.mailtie.com"], + "TXT": "mailtie=hello:zhengm58@gmail.com" + } +} From 61d7a653acd5d066fbab63120748245aef70e530 Mon Sep 17 00:00:00 2001 From: Michael Zheng <44128563+NoozSBC@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:39:45 -0700 Subject: [PATCH 34/36] Update nooz.json --- domains/nooz.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/nooz.json b/domains/nooz.json index 31cf0756b..a169e09cc 100644 --- a/domains/nooz.json +++ b/domains/nooz.json @@ -13,7 +13,10 @@ "185.199.110.153", "185.199.111.153" ], - "MX": ["mx.mailtie.com"], - "TXT": "mailtie=hello:zhengm58@gmail.com" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 891159545aa273ad5163e60be90a8294f014ed87 Mon Sep 17 00:00:00 2001 From: Akshayan <68979357+akshayans@users.noreply.github.com> Date: Sat, 12 Nov 2022 17:26:27 -0500 Subject: [PATCH 35/36] Update akshayan.json --- domains/akshayan.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/akshayan.json b/domains/akshayan.json index 66c1947d8..e487935fc 100644 --- a/domains/akshayan.json +++ b/domains/akshayan.json @@ -1,10 +1,11 @@ { + "description": "Akshayan's Profile", + "repo": "https://github.com/akshayans/akshayans.github.io", "owner": { "username": "akshayans", "email": "akshayan@afhstudio.ml" }, - "record": { - "CNAME": "akshayan.afhstudio.ml" + "CNAME": "akshayans.github.io" } } From b3ea508ee0367e4d3af21254e2b3a187539b9396 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Nov 2022 08:07:00 +0800 Subject: [PATCH 36/36] Create harrison.json --- domains/harrison.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/harrison.json diff --git a/domains/harrison.json b/domains/harrison.json new file mode 100644 index 000000000..1d6e901bd --- /dev/null +++ b/domains/harrison.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "is-a-dev@wdh.bio" + }, + + "record": { + "CNAME": "dns.williamharrison.xyz" + } +}