mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 08:25:37 +00:00
Merge pull request #3964 from tachibana-shin/patch-1
add record `MX` and `TXT` for email (shin.is-a.dev)
This commit is contained in:
+11
-1
@@ -7,6 +7,16 @@
|
||||
"twitter": "tachib_shin"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "tachibana-shin.github.io"
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user