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

Using a Proxy to Connect #42

Closed
NecronomiconCoding opened this issue Mar 10, 2020 · 1 comment
Closed

Using a Proxy to Connect #42

NecronomiconCoding opened this issue Mar 10, 2020 · 1 comment

Comments

@NecronomiconCoding
Copy link

Hello, is it possible to connect using HTTP / SOCKS5 Proxy?
My connection is currently done using default HttpGetConsistentRandomized

@sergeyfrolov
Copy link
Member

This is a TLS library, it only performs the TLS handshake, and gives you a TLS connection in a form of net.Conn, like a standard Golang net.Dial() would.
The protocol you speak to your TLS endpoint via that net.Conn: HTTP, SOCKS 5, or some other is your choice, but this library has nothing to do with any of those protocols. uTLS only handles TLS

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