Skip to content
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

Merged
merged 12 commits into from
Mar 27, 2024

Conversation

tomciopp
Copy link
Contributor

…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 unmaintained socket 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.

@tomciopp
Copy link
Contributor Author

tomciopp commented Feb 9, 2022

@Betree I took another look at this and have gotten the tests and dialyzer to pass. Can you take another look at it?

Copy link
Owner

@Betree Betree left a 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).

@Betree Betree merged commit 971ef69 into Betree:master Mar 27, 2024
9 checks passed
Betree added a commit that referenced this pull request Mar 27, 2024
* Remove dns dependency in favor of erlang's :inet_res module #80
* feature: customize providers #78
* update emails list
* update dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants