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
Hello,
The BND.ADDR and The BND.PORT that is returned from the proxy server is not used on line 260.
cli.read(l + 2)
According to rfc1928 on top of page 6, these are the server bound address and the server bound port.
thanks
The text was updated successfully, but these errors were encountered:
Yes I know that but I really added the sock5 part quickly for a little compatibility on esp32 on a need 👎
Sorry, something went wrong.
Is there any documentation on the use of 'wCli.Socks5Addr' ? Thanks.
No branches or pull requests
Hello,
The BND.ADDR and The BND.PORT that is returned from the proxy server is not used on line 260.
cli.read(l + 2)
According to rfc1928 on top of page 6, these are the server bound address and the server bound port.
thanks
The text was updated successfully, but these errors were encountered: