Merge pull request #1863 from whinee/main

Create `blog.whine.json`, `deno.whine.json`, `mail.whine.json`, and `projects.whine.json`
This commit is contained in:
Hackermon
2022-03-13 06:59:05 -04:00
committed by GitHub
4 changed files with 46 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
},
"description": "whi_ne's blog",
"record": {
"CNAME": "whnya.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
},
"description": "whi_ne's deno subdomain",
"record": {
"A": ["34.120.54.55"],
"TXT": "deno-com-validation=ee0178763815b97a05c22f1b"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
},
"description": "whi_ne's mail subdomain",
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "whinee",
"email": "",
"twitter": "whi_nyaan"
},
"description": "whi_ne's projects' subdomain",
"record": {
"CNAME": "whnya.github.io"
}
}