Update README with UDP info

This commit is contained in:
B. Blechschmidt 2023-08-20 19:58:30 +02:00
parent b244286e4d
commit 3543472c38

View file

@ -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 - Minimal configuration setup for routing all traffic
- IPv4 and IPv6 support - IPv4 and IPv6 support
- GFW evasion mechanism for certain use cases (see [issue #35](https://github.com/blechschmidt/tun2proxy/issues/35)) - GFW evasion mechanism for certain use cases (see [issue #35](https://github.com/blechschmidt/tun2proxy/issues/35))
- SOCKS5 UDP support
## Build ## Build
Clone the repository and `cd` into the project folder. Then run the following: Clone the repository and `cd` into the project folder. Then run the following:
@ -124,5 +125,4 @@ requests for IPv6 addresses.
## TODO ## TODO
- Increase error robustness (reduce `unwrap` and `expect` usage) - Increase error robustness (reduce `unwrap` and `expect` usage)
- UDP support for SOCKS
- Native support for proxying DNS over TCP or TLS - Native support for proxying DNS over TCP or TLS