-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore(Burnex#check_domain_mx_record/1): Remove dns dependency in favo… #80
Conversation
…r of erlang's :inet_res module
…ner_domain? return true
@Betree I took another look at this and have gotten the tests and dialyzer to pass. Can you take another look at it? |
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.
@tomciopp Sorry for the very late review on this one; someone just pinged me about this, and I realized my Github notifications were not setup properly for this repo.
I've added a small commit to fix a Doctest in the README (gmail.fr
is a valid domain).
…r of erlang's :inet_res module
@Betree This PR should simplify the code that double checks MX records. This gets rid of the dependency on the
dns
project; of which the unmaintainedsocket
library is a sub dependency, in favor of using the built in erlang module. Let me know if you have any questions or need clarification.