|
|
|
@ -1,8 +1,10 @@ |
|
|
|
[](https://github.com/tun2proxy/tun2proxy) |
|
|
|
|
|
|
|
# tun2proxy |
|
|
|
A tunnel interface for HTTP and SOCKS proxies on Linux, Android, macOS, iOS and Windows. |
|
|
|
|
|
|
|
[](https://crates.io/crates/tun2proxy) |
|
|
|
 |
|
|
|
[](https://docs.rs/tun2proxy) |
|
|
|
[](https://docs.rs/tun2proxy) |
|
|
|
[](https://crates.io/crates/tun2proxy) |
|
|
|
[](https://github.com/tun2proxy/tun2proxy/blob/master/LICENSE) |
|
|
|
@ -216,3 +218,10 @@ asked to open connections to IPv6 destinations. In such a case, you can disable |
|
|
|
either through `sysctl -w net.ipv6.conf.all.disable_ipv6=1` and `sysctl -w net.ipv6.conf.default.disable_ipv6=1` |
|
|
|
or through `ip -6 route del default`, which causes the `libc` resolver (and other software) to not issue DNS AAAA |
|
|
|
requests for IPv6 addresses. |
|
|
|
|
|
|
|
## Contributors ✨ |
|
|
|
Thanks goes to these wonderful people: |
|
|
|
|
|
|
|
<a href="https://github.com/tun2proxy/tun2proxy/graphs/contributors"> |
|
|
|
<img src="https://contrib.rocks/image?repo=tun2proxy/tun2proxy" /> |
|
|
|
</a> |
|
|
|
|