mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 21:39:09 +00:00
Contributors in README
This commit is contained in:
parent
ebd3128778
commit
987635d3dc
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,8 +1,10 @@
|
||||||
|
[](https://github.com/tun2proxy/tun2proxy)
|
||||||
|
|
||||||
# tun2proxy
|
# tun2proxy
|
||||||
A tunnel interface for HTTP and SOCKS proxies on Linux, Android, macOS, iOS and Windows.
|
A tunnel interface for HTTP and SOCKS proxies on Linux, Android, macOS, iOS and Windows.
|
||||||
|
|
||||||
[](https://crates.io/crates/tun2proxy)
|
[](https://crates.io/crates/tun2proxy)
|
||||||

|
[](https://docs.rs/tun2proxy)
|
||||||
[](https://docs.rs/tun2proxy)
|
[](https://docs.rs/tun2proxy)
|
||||||
[](https://crates.io/crates/tun2proxy)
|
[](https://crates.io/crates/tun2proxy)
|
||||||
[](https://github.com/tun2proxy/tun2proxy/blob/master/LICENSE)
|
[](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`
|
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
|
or through `ip -6 route del default`, which causes the `libc` resolver (and other software) to not issue DNS AAAA
|
||||||
requests for IPv6 addresses.
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue