mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-05 08:23:03 +00:00
fix(deva): TXT is not an array
This commit is contained in:
+1
-2
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"description": "my mail forwarder",
|
||||
"repo": "",
|
||||
"owner": {
|
||||
"username": "turbomaster95",
|
||||
"email": "devamidhun.3c.kmbvm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
|
||||
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user