Open ralphdolmans opened 5 years ago
Current regex does not allow TLDs to be tested and result in:
"The given domain is invalid! Explanation: An A and/or AAAA record is necessary for the website test, and a SOA record for the email test."
Either change regex to allow TLDs (preferred I think), or change error text.
A nice domain (with an MX) for testing:
dig MX lk
Current regex does not allow TLDs to be tested and result in:
"The given domain is invalid! Explanation: An A and/or AAAA record is necessary for the website test, and a SOA record for the email test."
Either change regex to allow TLDs (preferred I think), or change error text.