mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-06 12:12:59 +00:00
Update gurubhai.json
This commit is contained in:
+19
-3
@@ -5,7 +5,23 @@
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
"MX": [
|
||||
{
|
||||
"host": "@",
|
||||
"value": "mx1.improvmx.com",
|
||||
"priority": 10
|
||||
},
|
||||
{
|
||||
"host": "@",
|
||||
"value": "mx2.improvmx.com",
|
||||
"priority": 20
|
||||
}
|
||||
],
|
||||
"TXT": [
|
||||
{
|
||||
"host": "@",
|
||||
"value": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user