Merge pull request #2018 from notAperson535/main

Add two of my sub-subdomain websites and my email forwarder
This commit is contained in:
MaskDuck
2022-03-31 21:42:48 +07:00
committed by GitHub
3 changed files with 34 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My email forwarder",
"repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM",
"owner": {
"username": "notAperson535",
"email": "notAperson939@gmail.com"
},
"record": {
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=notaperson939@gmail.com"
}
}
@@ -0,0 +1,11 @@
{
"description": "My macOS VM guide website",
"repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM",
"owner": {
"username": "notAperson535",
"email": "notAperson939@gmail.com"
},
"record": {
"CNAME": "notAperson535.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My windows 11 in HTML",
"repo": "https://github.com/notAperson535/Win11-HTML",
"owner": {
"username": "notAperson535",
"email": "notAperson939@gmail.com"
},
"record": {
"CNAME": "notAperson535.github.io"
}
}