From efd2d759f4ac072f829d6d05b82226e7a32ef440 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:37:29 +1100 Subject: [PATCH] add github verification records --- domains/_gh-is-a-dev-docs-o.docs.json | 9 +++++++++ domains/_gh-is-a-dev-docs-o.json | 9 +++++++++ domains/_github-pages-challenge-is-a-dev-docs.docs.json | 9 +++++++++ util/excepted-domains.json | 1 + 4 files changed, 28 insertions(+) create mode 100644 domains/_gh-is-a-dev-docs-o.docs.json create mode 100644 domains/_gh-is-a-dev-docs-o.json create mode 100644 domains/_github-pages-challenge-is-a-dev-docs.docs.json diff --git a/domains/_gh-is-a-dev-docs-o.docs.json b/domains/_gh-is-a-dev-docs-o.docs.json new file mode 100644 index 000000000..077a631e7 --- /dev/null +++ b/domains/_gh-is-a-dev-docs-o.docs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "2aeb08f313" + } +} diff --git a/domains/_gh-is-a-dev-docs-o.json b/domains/_gh-is-a-dev-docs-o.json new file mode 100644 index 000000000..627d1c417 --- /dev/null +++ b/domains/_gh-is-a-dev-docs-o.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "30e221e0a1" + } +} diff --git a/domains/_github-pages-challenge-is-a-dev-docs.docs.json b/domains/_github-pages-challenge-is-a-dev-docs.docs.json new file mode 100644 index 000000000..68c26dcdc --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev-docs.docs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "18b49a8904257ea06c3595614d9a4e" + } +} diff --git a/util/excepted-domains.json b/util/excepted-domains.json index 9f7268d2e..fd68638d8 100644 --- a/util/excepted-domains.json +++ b/util/excepted-domains.json @@ -1,6 +1,7 @@ [ "_discord", "_psl", + "_gh-is-a-dev-docs-o", "_gh-is-a-dev-o", "_github-pages-challenge-is-a-dev" ]