-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement DNSCheckValidation #250
Conversation
…upport for detection of Null MX records (RFC7505) and reserved, mDNS and private namespaces (RFC2606 & RFC6762)
…example.com now (correctly) fails the tests due to the Null MX case
Building now, but seems to be failing on PHP 5.5 with "Peer fingerprint did not match". Looks like a Travis CI issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @BenHarris , I've made some comments for you to check.
Yes, it was Travis, working now. |
Should be good to go now. Looks like Travis has failed again though as before. Just a thought, but we should add psalms as a composer dev dependency. |
Approived. Thanks for your work @BenHarris ! |
Utilise get_dns_record and extend support for the detection of Null MX records (RFC7505) and reserved, mDNS and private namespaces (RFC2606 & RFC6762). References #249.
I have had to remove the testDnsWarnings test as I'm not sure of any specific domains which have one or more A/AAAA records, but no MX records, which are not "Null MX" records.