Skip to content

Commit

Permalink
README: Add document for UDP relay over TCP.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Jun 9, 2024
1 parent 2f12f5b commit d510220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HevSocks5Server is a simple, lightweight socks5 server for Unix.
* IPv4/IPv6. (dual stack)
* Standard `CONNECT` command.
* Standard `UDP ASSOCIATE` command.
* Extended `FWD UDP` command. (UDP in TCP)
* Extended `FWD UDP` command. (UDP in TCP) [^1]
* Multiple username/password authentication.

## Benchmarks
Expand Down Expand Up @@ -192,3 +192,5 @@ void hev_socks5_server_quit (void);
## License
MIT
[^1]: The [hev-socks5-tunnel](https://github.com/heiher/hev-socks5-tunnel) and [hev-socks5-tproxy](https://github.com/heiher/hev-socks5-tproxy) clients support UDP relay over TCP.

0 comments on commit d510220

Please sign in to comment.