mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-15 12:26:56 +00:00
Put TXT and A records in an array (jax.json)
This commit is contained in:
+2
-2
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user