fix: record should be array

This commit is contained in:
WDH-2
2023-05-26 18:48:04 +08:00
committed by GitHub
parent 92b6261814
commit a637fb9baf
+1 -1
View File
@@ -8,6 +8,6 @@
"record": {
"A": ["212.193.3.66"],
"TXT": "v=spf1 a mx ip4:212.193.3.66 ~all",
"MX": "panel.crystalcloud.xyz"
"MX": ["panel.crystalcloud.xyz"]
}
}