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

UDP relay mode #17

Open
heiher opened this issue Feb 19, 2023 · 0 comments
Open

UDP relay mode #17

heiher opened this issue Feb 19, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@heiher
Copy link
Owner

heiher commented Feb 19, 2023

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.

socks5:
  udp: udp

UDP relay over TCP

This is the extended way for UDP relay over TCP that implemented by HevSocks5Server.

socks5:
  udp: tcp
@heiher heiher added the documentation Improvements or additions to documentation label Feb 19, 2023
@heiher heiher pinned this issue Mar 4, 2023
@heiher heiher unpinned this issue Mar 22, 2023
@heiher heiher pinned this issue Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant