mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 14:59:09 +00:00
Update README with UDP info
This commit is contained in:
parent
b244286e4d
commit
3543472c38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue