Add dns TXT record detection

main
Chris 3 years ago
parent 9975cc0d04
commit e01ff2e91f

@ -3254,6 +3254,10 @@
"dns": { "dns": {
"MX": [ "MX": [
"mail\\.icloud\\.com" "mail\\.icloud\\.com"
],
"TXT": [
"apple-domain",
"v=spf1 redirect=icloud.com"
] ]
}, },
"icon": "Apple.svg", "icon": "Apple.svg",