From a292be4bd8d0836b333f0ff29eab53125487a14e Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sat, 1 Jul 2023 22:17:25 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f425692..bc3ab83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # tun2proxy A tunnel interface for HTTP and SOCKS proxies on Linux based on [smoltcp](https://github.com/smoltcp-rs/smoltcp). +## Features +- HTTP proxy support (unauthenticated, basic and digest auth) +- SOCKS4 and SOCKS5 support (unauthenticated, username/password auth) +- SOCKS4a and SOCKS5h support (through the virtual DNS feature) +- 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)) + ## Build Clone the repository and `cd` into the project folder. Then run the following: ```