hev-socks5-tunnel icon indicating copy to clipboard operation
hev-socks5-tunnel copied to clipboard

UDP relay mode

Open heiher opened this issue 2 years ago • 0 comments

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 avatar Feb 19 '23 15:02 heiher