mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-25 13:39:20 +00:00
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:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "whinee",
|
||||
"email": "",
|
||||
"twitter": "whi_nyaan"
|
||||
},
|
||||
"description": "whi_ne's blog",
|
||||
"record": {
|
||||
"CNAME": "whnya.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "whinee",
|
||||
"email": "",
|
||||
"twitter": "whi_nyaan"
|
||||
},
|
||||
"description": "whi_ne's projects' subdomain",
|
||||
"record": {
|
||||
"CNAME": "whnya.github.io"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user