hashicorp / go-retryablehttp

Retryable HTTP client in Go
Mozilla Public License 2.0
1.99k stars 251 forks source link

support remote dns #136

Closed will-beta closed 3 years ago

will-beta commented 3 years ago

In our scenario, the target address can only be resolved on the remote proxy rather than on the local machine.

It seems like most browsers can make the name resolution happen through proxy which is called remote dns.

It would be nice if this library can also do this.

will-beta commented 3 years ago

Found out it’s already supported by default.