fix(deva): TXT is not an array

This commit is contained in:
William Harrison
2023-07-22 08:41:43 +08:00
committed by GitHub
parent fe77ed11e4
commit ebd5a0356a
+1 -2
View File
@@ -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"
}
}