From d5102207235f0f344351d1f0cf6e9ee662d4de0e Mon Sep 17 00:00:00 2001 From: hev Date: Sun, 9 Jun 2024 20:30:58 +0800 Subject: [PATCH] README: Add document for UDP relay over TCP. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4099fe1d0..faa204e17 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.