Help resolving a DNS configuration error during lookup. How is DNS resolution implemented? #4027
Unanswered
paul-palmer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Whoever created the client will have need to provide a DNS Resolver implementation. Two popular ones are |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error when trying to make a request:
Mar 02 21:39:02 hooker.dev.bpp webhook-server[3719]: res: Err(FailedRequest(hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Resolve(ResolveError { kind: Proto(ProtoError { kind: Io(Custom { kind: Other, error: "Error parsing resolv.conf: option at line 4 is not recognized" }) }) })))))
How does hyper perform DNS lookups? Is this builtin or does it delegate to another crate? I need help tracking down where this error originates so that I can request a fix (as the line in question in /etc/resolv.conf is a correct one).
Beta Was this translation helpful? Give feedback.
All reactions