From ad63e92fe0b85f171b4bee7e98dadc9b86dc8a66 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 5 Sep 2022 10:11:23 +0800 Subject: [PATCH 01/28] fix text --- .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 f86a846fb..786060ccc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 days-before-close: 20 - stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' + 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' exempt-pr-labels: 'no-stale' From 90feb6f348f795e1d41ecd02670dd9475b997b4b Mon Sep 17 00:00:00 2001 From: taha2002 Date: Thu, 8 Sep 2022 14:29:20 +0100 Subject: [PATCH 02/28] feat: Added domain programatically --- domains/taha2002.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/taha2002.json diff --git a/domains/taha2002.json b/domains/taha2002.json new file mode 100644 index 000000000..b5ee77a38 --- /dev/null +++ b/domains/taha2002.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "taha2002", + "email": "bouras1920@gmail.com" + }, + + "record": { + "CNAME": "taha2002.github.io" + } + } + \ No newline at end of file From 12ce2d93539d6f84c9dc4c880064440ac83a8821 Mon Sep 17 00:00:00 2001 From: Boris Zhao Date: Fri, 9 Sep 2022 00:46:49 +0800 Subject: [PATCH 03/28] Create boris1993.json --- domains/boris1993.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/boris1993.json diff --git a/domains/boris1993.json b/domains/boris1993.json new file mode 100644 index 000000000..1df9959bc --- /dev/null +++ b/domains/boris1993.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "boris1993", + "email": "boris1993@live.cn" + }, + "description": "boris1993.is-a.dev", + "record": { + "CNAME": "boris1993.github.io" + } +} From 1b770abc5d1484a877a038630b7a86a6f6f6a97e Mon Sep 17 00:00:00 2001 From: Amy! <50583248+jy1263@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:52:55 +1000 Subject: [PATCH 04/28] Update ayanamy.json --- domains/ayanamy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ayanamy.json b/domains/ayanamy.json index 4fbe8679c..98e5697a2 100644 --- a/domains/ayanamy.json +++ b/domains/ayanamy.json @@ -7,6 +7,6 @@ "twitter": "jy126orjy126" }, "record": { - "CNAME": "jy1263.github.io" + "URL": "jy1263.github.io" } } From 3520ed4edb63d7cb85065fbe8eb39f9078508802 Mon Sep 17 00:00:00 2001 From: Canaris Date: Fri, 9 Sep 2022 13:44:35 +0800 Subject: [PATCH 05/28] Create canaris.json --- domains/canaris.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/canaris.json diff --git a/domains/canaris.json b/domains/canaris.json new file mode 100644 index 000000000..6e78581ef --- /dev/null +++ b/domains/canaris.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/DET171/det171.github.io", + "owner": { + "username": "Canaris", + "email": "mrgeek484@gmail.com" + }, + "record": { + "CNAME": "det171.github.io" + } +} From 631d0306d982d3bebfdc2a0a9aa3554326d89243 Mon Sep 17 00:00:00 2001 From: Samiha Date: Fri, 9 Sep 2022 21:08:09 +0600 Subject: [PATCH 06/28] remove unused blog domain and change records of existing one --- domains/blog.samihatasnim.json | 13 ------------- domains/samihatasnim.json | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 domains/blog.samihatasnim.json diff --git a/domains/blog.samihatasnim.json b/domains/blog.samihatasnim.json deleted file mode 100644 index 9eb910b79..000000000 --- a/domains/blog.samihatasnim.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Samiha Tasnim's blog.", - "repo": "https://github.com/samihaTasnim/website", - "owner": { - "username": "samihaTasnim", - "discord": "sam.#7750", - "email": "samxtasnim@gmail.com", - "twitter": "@SamihaTasnimm" - }, - "record": { - "CNAME": "hashnode.network" - } -} diff --git a/domains/samihatasnim.json b/domains/samihatasnim.json index 644dfaf18..2128a7b05 100644 --- a/domains/samihatasnim.json +++ b/domains/samihatasnim.json @@ -8,6 +8,6 @@ "twitter": "@SamihaTasnimm" }, "record": { - "CNAME": "website-production-8e6d.up.railway.app" + "CNAME": "website-69g.pages.dev" } } From b50762f2a7999da9f3106225aca9dd70dcf86412 Mon Sep 17 00:00:00 2001 From: Canaris Date: Sat, 10 Sep 2022 09:52:52 +0800 Subject: [PATCH 07/28] Update canaris.json --- domains/canaris.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/canaris.json b/domains/canaris.json index 6e78581ef..01d0c8843 100644 --- a/domains/canaris.json +++ b/domains/canaris.json @@ -6,6 +6,6 @@ "email": "mrgeek484@gmail.com" }, "record": { - "CNAME": "det171.github.io" + "CNAME": "canaris.pages.dev" } } From 7c9dbe13143491085b8594284a436c0f02d61d43 Mon Sep 17 00:00:00 2001 From: Lasindu Senash <107908796+ImLasiya@users.noreply.github.com> Date: Sat, 10 Sep 2022 12:28:13 +0530 Subject: [PATCH 08/28] Create imlasiya.json --- domains/imlasiya.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/imlasiya.json diff --git a/domains/imlasiya.json b/domains/imlasiya.json new file mode 100644 index 000000000..81660029e --- /dev/null +++ b/domains/imlasiya.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Portfolio", + "repo": "https://github.com/ImLasiya/ImLasiya.github.io", + "owner": { + "username": "ImLasiya", + "email": "shsherlocksl@gmail.com", + "twitter": "ImLasiya" + }, + "record": { + "CNAME": "imlasiya.github.io" + } +} From 77fcc39ca9d2d56442fb2eda4751ca2dc2e16dfe Mon Sep 17 00:00:00 2001 From: ImLasiya Date: Sat, 10 Sep 2022 07:04:28 +0000 Subject: [PATCH 09/28] feat: Added domain programatically --- domains/imlasiyah.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/imlasiyah.json diff --git a/domains/imlasiyah.json b/domains/imlasiyah.json new file mode 100644 index 000000000..33cf98779 --- /dev/null +++ b/domains/imlasiyah.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ImLasiya", + "email": "senash@darktsysl.onmicrosoft.com" + }, + + "record": { + "CNAME": "imlasiya.github.io" + } + } + \ No newline at end of file From 08e8456a4b6135159de1f11f65ce0e1b1325697f Mon Sep 17 00:00:00 2001 From: realCartar <39052179+realCartar@users.noreply.github.com> Date: Sat, 10 Sep 2022 19:26:18 +1000 Subject: [PATCH 10/28] Change IP Address --- domains/cartar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cartar.json b/domains/cartar.json index 24e228209..2c9cc78f7 100644 --- a/domains/cartar.json +++ b/domains/cartar.json @@ -7,6 +7,6 @@ "twitter": "cartar0058" }, "record": { - "A": ["154.53.34.33"] + "A": ["192.9.179.64"] } } From 1e495c506f31b54de35a9763b672a66ba86e531b Mon Sep 17 00:00:00 2001 From: daanschenkel Date: Sat, 10 Sep 2022 12:58:41 +0200 Subject: [PATCH 11/28] feat: Added domain programatically --- domains/daanschenkel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/daanschenkel.json diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json new file mode 100644 index 000000000..b8368a96e --- /dev/null +++ b/domains/daanschenkel.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + + "record": { + "URL": "https://daanschenkel.nl" + } + } + \ No newline at end of file From 903d9de667d2250fa311cc5f68c8f05c10ed882d Mon Sep 17 00:00:00 2001 From: Daan <20974756+daanschenkel@users.noreply.github.com> Date: Sat, 10 Sep 2022 13:00:09 +0200 Subject: [PATCH 12/28] Update dannydandan.json --- domains/dannydandan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/dannydandan.json b/domains/dannydandan.json index 6aafdcde0..4450266e2 100644 --- a/domains/dannydandan.json +++ b/domains/dannydandan.json @@ -5,7 +5,7 @@ "email": "daan@daanschenkel.nl" }, "record": { - "CNAME": "daanschenkel.nl" + "domain": "https://daanschenkel.nl" } } - \ No newline at end of file + From 7d259b5b29b328edd2121a375ef257a79081072e Mon Sep 17 00:00:00 2001 From: rakibctg Date: Sat, 10 Sep 2022 19:25:31 +0800 Subject: [PATCH 13/28] feat: Added domain programatically --- domains/techctg24.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/techctg24.json diff --git a/domains/techctg24.json b/domains/techctg24.json new file mode 100644 index 000000000..a97ac40a1 --- /dev/null +++ b/domains/techctg24.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "rakibctg", + "email": "eunus527@gmail.com" + }, + + "record": { + "URL": "techctg24.dev" + } + } + \ No newline at end of file From 2bcd0badb653f9e87144f120a023293f0430e4b6 Mon Sep 17 00:00:00 2001 From: Jecket22 Date: Sat, 10 Sep 2022 14:40:53 +0200 Subject: [PATCH 14/28] feat: Added domain programatically --- domains/rya.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rya.json diff --git a/domains/rya.json b/domains/rya.json new file mode 100644 index 000000000..89ae88f09 --- /dev/null +++ b/domains/rya.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Jecket22", + "email": "lez.vezzica@gmail.com" + }, + + "record": { + "URL": "jecket.xyz" + } + } + \ No newline at end of file From de177bd41c1d02693a70de587b7328269ddc9ecf Mon Sep 17 00:00:00 2001 From: Scriptyyy <81494246+scr1321@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:10:53 +0300 Subject: [PATCH 15/28] Create scr.json --- domains/scr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/scr.json diff --git a/domains/scr.json b/domains/scr.json new file mode 100644 index 000000000..5a677b467 --- /dev/null +++ b/domains/scr.json @@ -0,0 +1,11 @@ +{ + "description": "Scriptyyy's site", + "owner": { + "username": "Scriptyyy", + "email": "mr.stikman209@gmail.com", + "discord": "Scriptyyy#2152" + }, + "record": { + "A": "75.2.69.226" + } +} From c99f61b3b27da38bd89003730764cf76c5557bc1 Mon Sep 17 00:00:00 2001 From: Corey <40738690+C1200@users.noreply.github.com> Date: Sat, 10 Sep 2022 16:31:39 +0100 Subject: [PATCH 16/28] Update wiicreation.json --- domains/wiicreation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/wiicreation.json b/domains/wiicreation.json index f175fa206..c79a174be 100644 --- a/domains/wiicreation.json +++ b/domains/wiicreation.json @@ -1,11 +1,11 @@ { "description": "Wiicreation is a recreation of the Nintendo Wii made in ElectronJS.", - "repo": "https://github.com/C1200/WiicreationWebsite", + "repo": "https://github.com/C1200/blog", "owner": { "username": "C1200", "email": "coreyw.ultimatemedia@gmail.com" }, "record": { - "CNAME": "C1200.github.io" + "URL": "https://goum.cf/ac3478" } } From 4c7e4843f7560c5987b5ae4897717fa050057767 Mon Sep 17 00:00:00 2001 From: Corey <40738690+C1200@users.noreply.github.com> Date: Sat, 10 Sep 2022 16:34:00 +0100 Subject: [PATCH 17/28] Update wiicreation.json --- domains/wiicreation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wiicreation.json b/domains/wiicreation.json index c79a174be..ec04ac1b5 100644 --- a/domains/wiicreation.json +++ b/domains/wiicreation.json @@ -6,6 +6,6 @@ "email": "coreyw.ultimatemedia@gmail.com" }, "record": { - "URL": "https://goum.cf/ac3478" + "URL": "https://c1200.js.org/blog/faqs/2022/07/29/wiicreation-faq.html" } } From 1c401ccd13f9474712ea6ba91e4c7271513d7e42 Mon Sep 17 00:00:00 2001 From: felixalguzman Date: Sat, 10 Sep 2022 19:15:16 -0400 Subject: [PATCH 18/28] feat: Added domain programatically --- domains/felixalguzman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/felixalguzman.json diff --git a/domains/felixalguzman.json b/domains/felixalguzman.json new file mode 100644 index 000000000..4c86a1db8 --- /dev/null +++ b/domains/felixalguzman.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "felixalguzman", + "email": "code@felixalguzman.msk.do" + }, + + "record": { + "CNAME": "github.com/felixalguzman" + } + } + \ No newline at end of file From fe99810252148ce2b04af63ae3a49b0526dc2284 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:38:41 +0700 Subject: [PATCH 19/28] Update domains/felixalguzman.json --- domains/felixalguzman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/felixalguzman.json b/domains/felixalguzman.json index 4c86a1db8..081da55bc 100644 --- a/domains/felixalguzman.json +++ b/domains/felixalguzman.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "github.com/felixalguzman" + "URL": "https://github.com/felixalguzman" } } \ No newline at end of file From 96090f7231e6138aa772be5b9940709e3a814947 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:41:04 +0700 Subject: [PATCH 20/28] Update scr.json --- domains/scr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/scr.json b/domains/scr.json index 5a677b467..528fec88e 100644 --- a/domains/scr.json +++ b/domains/scr.json @@ -6,6 +6,6 @@ "discord": "Scriptyyy#2152" }, "record": { - "A": "75.2.69.226" + "A": ["75.2.69.226"] } } From 902480a913d3f1047c4501a5590dad11a70a602b Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:43:34 +0700 Subject: [PATCH 21/28] Update rya.json --- domains/rya.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/rya.json b/domains/rya.json index 89ae88f09..7014318c2 100644 --- a/domains/rya.json +++ b/domains/rya.json @@ -6,7 +6,7 @@ }, "record": { - "URL": "jecket.xyz" + "URL": "https://jecket.xyz" } } - \ No newline at end of file + From e20c563c531af99b41f4881d4593e4cffbb0e2d4 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:44:29 +0700 Subject: [PATCH 22/28] Update techctg24.json --- domains/techctg24.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/techctg24.json b/domains/techctg24.json index a97ac40a1..cf1d62797 100644 --- a/domains/techctg24.json +++ b/domains/techctg24.json @@ -6,7 +6,7 @@ }, "record": { - "URL": "techctg24.dev" + "URL": "https://techctg24.dev" } } - \ No newline at end of file + From 12b4546cf401f7e2b5bafbce76a71a9640b42414 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:45:14 +0700 Subject: [PATCH 23/28] Update domains/dannydandan.json --- domains/dannydandan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dannydandan.json b/domains/dannydandan.json index 4450266e2..a3160cdee 100644 --- a/domains/dannydandan.json +++ b/domains/dannydandan.json @@ -5,7 +5,7 @@ "email": "daan@daanschenkel.nl" }, "record": { - "domain": "https://daanschenkel.nl" + "URL": "https://daanschenkel.nl" } } From bbd06097ccaace8079f878ed48e1cc0b547ea5a1 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Sep 2022 09:54:41 +0700 Subject: [PATCH 24/28] Update domains/ayanamy.json --- domains/ayanamy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ayanamy.json b/domains/ayanamy.json index 98e5697a2..44fe32ed3 100644 --- a/domains/ayanamy.json +++ b/domains/ayanamy.json @@ -7,6 +7,6 @@ "twitter": "jy126orjy126" }, "record": { - "URL": "jy1263.github.io" + "URL": "https://jy1263.github.io" } } From 005e8cfd76fef86a7c8cd37c87444d7f121cc225 Mon Sep 17 00:00:00 2001 From: Aayu5h <95868424+OpAayush@users.noreply.github.com> Date: Sun, 11 Sep 2022 15:17:24 +0530 Subject: [PATCH 25/28] Update opaayush.json --- domains/opaayush.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/opaayush.json b/domains/opaayush.json index 4026f1a16..a672cc42b 100644 --- a/domains/opaayush.json +++ b/domains/opaayush.json @@ -1,5 +1,5 @@ { - "description": "Aayu5h's Portfolio Website", + "description": "Aayu5h's Website", "repo": "https://github.com/OpAayush/opaayush.github.io", "owner": { "username": "OpAayush", @@ -7,6 +7,6 @@ "discord": "Aayu5h#1737" }, "record": { - "CNAME": "opaayush.github.io" + "CNAME": "opaayush.pages.dev" } } From d22025fb37398f4dd969104c83a5f6ebaf794c5e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 11 Sep 2022 23:49:45 +0530 Subject: [PATCH 26/28] feat(validation): adds exception for github verification records --- tests/validations.test.js | 4 ++++ utils/invalid-domains.json | 3 ++- utils/validations.js | 14 ++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/tests/validations.test.js b/tests/validations.test.js index cc4b7bc02..219b58a2b 100644 --- a/tests/validations.test.js +++ b/tests/validations.test.js @@ -58,6 +58,7 @@ describe('validateDomainData', () => { { ...defaultDomain, name: 'a.b' }, { ...defaultDomain, name: 'ww2.baa' }, { ...defaultDomain, name: 'help.baa' }, + { ...defaultDomain, name: '_github-pages-challenge-is-a-dev' }, ]; const validCases = [ @@ -78,6 +79,9 @@ describe('validateDomainData', () => { { ...defaultDomain, record: { A: ['1.1.1.1'], MX: ['mx1.example.com'] } }, { ...defaultDomain, name: 'gogo.foo.bar' }, { ...defaultDomain, name: 'ww9.baa' }, + { ...defaultDomain, name: '_github-pages-challenge-phenax.akshay' }, + { ...defaultDomain, name: '_github-pages-challenge-hello01-ga' }, + { ...defaultDomain, name: '_github-pages-challenge-hello01_ga' }, ]; it('should return false for invalid data', () => { diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json index 92c127064..1c75c632d 100644 --- a/utils/invalid-domains.json +++ b/utils/invalid-domains.json @@ -11,5 +11,6 @@ "ww1", "ww2", "ww3", - "ww4" + "ww4", + "_github-pages-challenge-is-a-dev" ] diff --git a/utils/validations.js b/utils/validations.js index 057aa4173..872d7ae54 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -33,10 +33,16 @@ const validateDomainData = validate({ and([ R.is(String), R.compose( - R.all(and([ - R.compose(between(2, 100), R.length), - testRegex(/^[a-z0-9-]+$/g), - R.complement(R.includes(R.__, INVALID_NAMES)), + R.all(or([ + and([ + testRegex(/^_github-pages-challenge-[a-z0-9-_]+$/i), // Exception for github verification records + R.complement(R.includes(R.__, INVALID_NAMES)), + ]), + and([ + R.compose(between(2, 100), R.length), + testRegex(/^[a-z0-9-]+$/g), + R.complement(R.includes(R.__, INVALID_NAMES)), + ]) ])), R.split('.'), ), From 8daa3a97ee0c6a05105d0d4cd878d8358fbb708c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 11 Sep 2022 23:55:38 +0530 Subject: [PATCH 27/28] refactor(validation): minor change --- utils/validations.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/validations.js b/utils/validations.js index 872d7ae54..2a31a538a 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -25,6 +25,8 @@ const validateMXRecord = type => and([ R.propSatisfies(R.all(isValidDomain), type), ]); +const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES)) + const validateDomainData = validate({ name: { reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and each component must be more than 2 characters long', @@ -36,12 +38,12 @@ const validateDomainData = validate({ R.all(or([ and([ testRegex(/^_github-pages-challenge-[a-z0-9-_]+$/i), // Exception for github verification records - R.complement(R.includes(R.__, INVALID_NAMES)), + checkRestrictedNames, ]), and([ R.compose(between(2, 100), R.length), testRegex(/^[a-z0-9-]+$/g), - R.complement(R.includes(R.__, INVALID_NAMES)), + checkRestrictedNames, ]) ])), R.split('.'), From ad24262153cf9972da6d2393ab9ed0c6b80881b8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 12 Sep 2022 13:21:26 +0800 Subject: [PATCH 28/28] Create _github-pages-challenge-WilliamDavidHarrison.william.json --- ...b-pages-challenge-WilliamDavidHarrison.william.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-WilliamDavidHarrison.william.json diff --git a/domains/_github-pages-challenge-WilliamDavidHarrison.william.json b/domains/_github-pages-challenge-WilliamDavidHarrison.william.json new file mode 100644 index 000000000..06f58f119 --- /dev/null +++ b/domains/_github-pages-challenge-WilliamDavidHarrison.william.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "william@williamharrison.dev" + }, + + "record": { + "TXT": "a41ee70a45d374b3c6e018b1d4e409" + } +}