Skip to content

Forward Proxy Support? #1409

Closed Answered by ThinkChaos
ezekieldas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

This shouldn't be hard to support. Go has support for the env proxy variables in the standard library. It's even enabled by default.
We use a custom "HTTP Transport" so we can override the name resolution, and provide the right SNI for DoH/DoT. That has the side effect of disabling the env proxy support.

I'll look at basing our transport on the default one instead of building it from scratch: #1411

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ThinkChaos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants