From b5e82f074330ea0f0006b2545ad17eedb0956ecb Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Thu, 11 Apr 2024 16:09:15 +0100 Subject: [PATCH 1/2] Add `shymega.is-a.dev` subdomain This PR adds a subdomain for my portfolio website (WIP on another subdomain), with Discord and GitHub Pages verification TXT strings. I may add MX records at a later date. I haven't decided yet. But for now, these changes are sufficient. Signed-off-by: Dom Rodriguez --- domains/_discord.shymega.json | 9 +++++++++ domains/_github-pages-challenge-shymega.shymega.json | 9 +++++++++ domains/shymega.json | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 domains/_discord.shymega.json create mode 100644 domains/_github-pages-challenge-shymega.shymega.json create mode 100644 domains/shymega.json diff --git a/domains/_discord.shymega.json b/domains/_discord.shymega.json new file mode 100644 index 000000000..c7d4ec185 --- /dev/null +++ b/domains/_discord.shymega.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shymega", + "email": "shymega@shymega.org.uk", + }, + "record": { + "TXT": "dh=43b627cccb9f6828d48ec7db6a573824bccfabc5" + } +} diff --git a/domains/_github-pages-challenge-shymega.shymega.json b/domains/_github-pages-challenge-shymega.shymega.json new file mode 100644 index 000000000..ebda0f2f6 --- /dev/null +++ b/domains/_github-pages-challenge-shymega.shymega.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shymega", + "email": "shymega@shymega.org.uk" + }, + "record": { + "TXT": "83c50be1b56ddbe89e971e9f77aa0b" + } +} diff --git a/domains/shymega.json b/domains/shymega.json new file mode 100644 index 000000000..9c2f87eec --- /dev/null +++ b/domains/shymega.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shymega", + "email": "shymega@shymega.org.uk" + }, + "record": { + "CNAME": "dom-rodriguez-org-uk.pages.dev" + } +} From e7c7662966b1cd745931a81b76eed22e3808cd4a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:10:05 -0400 Subject: [PATCH 2/2] Update _discord.shymega.json --- domains/_discord.shymega.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.shymega.json b/domains/_discord.shymega.json index c7d4ec185..55ad48b75 100644 --- a/domains/_discord.shymega.json +++ b/domains/_discord.shymega.json @@ -1,7 +1,7 @@ { "owner": { "username": "shymega", - "email": "shymega@shymega.org.uk", + "email": "shymega@shymega.org.uk" }, "record": { "TXT": "dh=43b627cccb9f6828d48ec7db6a573824bccfabc5"