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

Support for SOCKS5 upstream proxy #112

Open
j16sdiz opened this issue Jun 25, 2015 · 1 comment
Open

Support for SOCKS5 upstream proxy #112

j16sdiz opened this issue Jun 25, 2015 · 1 comment

Comments

@j16sdiz
Copy link
Contributor

j16sdiz commented Jun 25, 2015

Want to use this with a SOCKS5 upstream proxy
Maybe some method to use alternative dialer ?

This have a dialer for SOCKS5: https://godoc.org/golang.org/x/net/proxy

@elazarl
Copy link
Owner

elazarl commented Jun 25, 2015

You have proxy.Tr.Dial, and proxy.ConnectDial which you can override for a
custom dialer.

On Thu, Jun 25, 2015 at 9:50 AM Daniel Cheng (鄭郁邦) notifications@github.com
wrote:

Want to use this with a SOCKS5 upstream proxy
Maybe some method to use alternative dialer ?

This have a dialer for SOCKS5: https://godoc.org/golang.org/x/net/proxy


Reply to this email directly or view it on GitHub
#112.

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