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

Is there any dns crate(both server/client) to be added? #92

Open
zishon opened this issue Jul 28, 2023 · 3 comments
Open

Is there any dns crate(both server/client) to be added? #92

zishon opened this issue Jul 28, 2023 · 3 comments

Comments

@zishon
Copy link

zishon commented Jul 28, 2023

Is there any dns crate(both server/client) to be added?

@djc
Copy link
Contributor

djc commented Jul 28, 2023

I would recommend the trust-dns collection of crates (consider trust-dns-resolver and trust-dns-server). The resolver can optionally be used by reqwest, and, if I understand correctly, is used in Google's Fuchsia.

There's also the domain crate, but I think this is a lower-level building block.

@zishon
Copy link
Author

zishon commented Jul 28, 2023

Thank you.

@zishon zishon closed this as completed Jul 28, 2023
@djc
Copy link
Contributor

djc commented Jul 28, 2023

(FWIW, I think it would be worth adding something like this to the site, so it might be useful to keep this open and/or submit a PR.)

@zishon zishon reopened this Jul 28, 2023
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

No branches or pull requests

2 participants