We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is Dial context function in net/proxy (https://pkg.go.dev/golang.org/x/net/proxy#Dial). To improve client/internal/proxy (less code), we can update contextSOCKS5.dialContext https://github.com/hashcloak/Meson/blob/develop/client/internal/proxy/proxy.go.
Dial
net/proxy
client/internal/proxy
contextSOCKS5.dialContext
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is
Dial
context function innet/proxy
(https://pkg.go.dev/golang.org/x/net/proxy#Dial). To improveclient/internal/proxy
(less code), we can updatecontextSOCKS5.dialContext
https://github.com/hashcloak/Meson/blob/develop/client/internal/proxy/proxy.go.The text was updated successfully, but these errors were encountered: