From 3543472c38bf8cc419f2b06bc7aac9ab58c9b3dd Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 20 Aug 2023 19:58:30 +0200 Subject: [PATCH] Update README with UDP info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1925a4e..0f76187 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A tunnel interface for HTTP and SOCKS proxies on Linux based on [smoltcp](https: - Minimal configuration setup for routing all traffic - IPv4 and IPv6 support - GFW evasion mechanism for certain use cases (see [issue #35](https://github.com/blechschmidt/tun2proxy/issues/35)) +- SOCKS5 UDP support ## Build Clone the repository and `cd` into the project folder. Then run the following: @@ -124,5 +125,4 @@ requests for IPv6 addresses. ## TODO - Increase error robustness (reduce `unwrap` and `expect` usage) -- UDP support for SOCKS - Native support for proxying DNS over TCP or TLS