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

Async DNS resolver #27

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Async DNS resolver #27

merged 2 commits into from
Nov 24, 2024

Conversation

wackazong
Copy link
Contributor

No description provided.

Copy link
Owner

@diondokter diondokter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, this looks pretty good!

Though I have to say I didn't really review the async dns implementation that thoroughly. I've never implemented DNS before and don't know any of the details.

But since it's behind a feature flag and doesn't use any unsafe, I'm happy enough to merge it.

Did you create the implementation yourself or did you copy somebody else's work?

@wackazong
Copy link
Contributor Author

The actual DNS implementation itself is pretty basic but should do in most cases I think. It's all my creation, with a little help by ChatGPT 🙂

@diondokter
Copy link
Owner

Cool, just making sure we're ok on copyright

@diondokter diondokter merged commit fc5e52c into diondokter:master Nov 24, 2024
1 check passed
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