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 are two UDP relay modes in HevSocks5Tunnel:
This is the standard way for UDP relay of RFC 1928. Use this mode for any socks5 server that implements the UDP-ASSOCIATE method of RFC1928.
socks5: udp: udp
This is the extended way for UDP relay over TCP that implemented by HevSocks5Server.
socks5: udp: tcp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two UDP relay modes in HevSocks5Tunnel:
UDP relay over UDP
This is the standard way for UDP relay of RFC 1928. Use this mode for any socks5 server that implements the UDP-ASSOCIATE method of RFC1928.
UDP relay over TCP
This is the extended way for UDP relay over TCP that implemented by HevSocks5Server.
The text was updated successfully, but these errors were encountered: