Merge pull request #11691 from GizzyUwU/patch-7

Deleted site.gizzy.json and add A and AAAA records pointing to github pages
This commit is contained in:
William Harrison
2024-02-01 09:09:22 +08:00
committed by GitHub
2 changed files with 12 additions and 12 deletions
+12
View File
@@ -6,6 +6,18 @@
"discord": "gizzyowo"
},
"record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"AAAA": [
"2606:50c0:8000::153",
"2606:50c0:8001::153",
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=nerop455@gmail.com"
}
-12
View File
@@ -1,12 +0,0 @@
{
"description": "site.gizzy.is-a.dev",
"repo": "https://github.com/GizzyUwU/gizzyuwu.github.io",
"owner": {
"username": "GizzyUwU",
"email": "nerop455@gmail.com",
"discord": "gizzyowo"
},
"record": {
"CNAME": "gizzyuwu.github.io"
}
}