mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-10 16:39:37 +00:00
Update README
This commit is contained in:
parent
1dc827e84c
commit
a292be4bd8
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue