Open aspdye opened 8 years ago
Personally, I'd rather the system status checks ensure that each individual record is set correctly and email you if not. Seems simpler and easier to use (?)
Yes. We should definitly take a look about all the Records and not (only) about using the Nameservers.
The status checks are already checking a handful of records, so checking more (SPF etc.) sounds good to me.
Currently the status page checks all A and MX records. It doesn't check:
Once those are added, I think the status page will check all DNS configuration. Can't promise anything but I'll attempt it next.
Also TXT records set by the user.
OK, I think this is ready to go. #955, #956, #957, and #958 are independent fixes that work together to solve this issue.
Tell me if there's anything I can correct! Would like to use these on my domains.
You can use
management/dns_update.py --dump
or reverse-engineer the control panel's API to get the records, and then do your own diff.