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 <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez
2024-04-11 16:11:59 +01:00
parent 28b6fde0b2
commit b5e82f0743
3 changed files with 27 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "shymega",
"email": "shymega@shymega.org.uk",
},
"record": {
"TXT": "dh=43b627cccb9f6828d48ec7db6a573824bccfabc5"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "shymega",
"email": "shymega@shymega.org.uk"
},
"record": {
"TXT": "83c50be1b56ddbe89e971e9f77aa0b"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "shymega",
"email": "shymega@shymega.org.uk"
},
"record": {
"CNAME": "dom-rodriguez-org-uk.pages.dev"
}
}