gfwproxyshadowsocksdocker-imagegogolanggvisornatnetworksocks4socks5tcpip-stacktortun-devicetun2sockstunneludpwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jason Lyu
7555425ab8
|
4 months ago | |
---|---|---|
.github | 4 months ago | |
common | 1 year ago | |
core | 7 months ago | |
dialer | 1 year ago | |
dns | 1 year ago | |
docker | 1 year ago | |
docs | 3 years ago | |
engine | 9 months ago | |
internal/version | 3 years ago | |
log | 2 years ago | |
metadata | 3 years ago | |
proxy | 1 year ago | |
restapi | 1 year ago | |
transport | 8 months ago | |
tunnel | 1 year ago | |
.dockerignore | 4 years ago | |
.gitignore | 4 years ago | |
.golangci.yaml | 4 months ago | |
Dockerfile | 1 year ago | |
LICENSE | 4 years ago | |
Makefile | 4 months ago | |
README.md | 1 year ago | |
README_ZH.md | 1 year ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
main.go | 1 year ago |
README.md
English | 简体中文
Features
- Proxy Everything: Handle all network traffic of any internet programs sent by the device through a proxy.
- Proxy Protocols: HTTP/Socks4/Socks5/Shadowsocks with authentication support for remote connections.
- Run Everywhere: Linux/macOS/Windows/FreeBSD/OpenBSD multi-platform support with specific optimization.
- Gateway Mode: Act as a layer three gateway to handle network traffic from other devices in the same network.
- Full IPv6 Support: All functions work in IPv6, tunnel IPv4 connections through IPv6 proxy and vice versa.
- Network Stack: Powered by user-space TCP/IP stack from Google container application kernel gVisor.
Benchmarks
For all scenarios of usage, tun2socks performs best. See here for more details.
Documentation
Full documentation and technical guides can be found at Wiki.
Community
Welcome and feel free to ask any questions at Discussions.
Credits
- google/gvisor - Application Kernel for Containers
- wireguard-go - Go Implementation of WireGuard