Browse Source

Update README with UDP info

pull/58/head
B. Blechschmidt 3 years ago
parent
commit
3543472c38
  1. 2
      README.md

2
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

Loading…
Cancel
Save