Browse Source

Update README

pull/45/head ra292be4bd8d0836b333f0ff29eab53125487a14e
B. Blechschmidt 3 years ago
parent
commit
a292be4bd8
  1. 8
      README.md

8
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:
```

Loading…
Cancel
Save