Put TXT and A records in an array (jax.json)

This commit is contained in:
Jackson Kelly
2024-12-28 14:35:19 +13:00
committed by GitHub
parent 80e8828b80
commit 025e6697b0
+2 -2
View File
@@ -6,7 +6,7 @@
"email": "wild.dives.0x@icloud.com"
},
"record": {
"TXT": "v=spf1 -all",
"A": "76.76.21.21"
"TXT": ["v=spf1 -all"],
"A": ["76.76.21.21"]
}
}