xjasonlyu/tun2socks

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.github/CODE_OF_CONDUCT.md
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/SECURITY.md
.github/workflows/codeql-analysis.yml
.github/workflows/docker.yml
.github/workflows/linter.yml
.github/workflows/release.yml
.github/workflows/stale.yml
.gitignore
.golangci.yaml
Dockerfile
LICENSE
Makefile
README.md
README_ZH.md
docker/entrypoint.sh
docs/benchmark.png
docs/logo.png
docs/wordmark.png
go.mod
go.sum
transport/shadowsocks/README.md
transport/socks4/socks4.txt
transport/socks4/socks4a.txt
transport/socks5/rfc1928.txt
transport/socks5/rfc1929.txt
common/observable/iterable.go2
common/observable/observable.go57
common/observable/subscriber.go26
common/pool/alloc.go42
common/pool/buffer.go13
common/pool/pool.go11
core/adapter/adapter.go14
core/adapter/handler.go5
core/device/device.go10
core/device/fdbased/fd.go2
core/device/fdbased/fd_unix.go34
core/device/fdbased/fd_windows.go8
core/device/fdbased/open_linux.go19
core/device/fdbased/open_others.go16
core/device/iobased/endpoint.go106
core/device/tun/tun.go9
core/device/tun/tun_netstack.go72
A
40 mins
core/device/tun/tun_wireguard.go76
core/device/tun/tun_wireguard_linux.go18
core/device/tun/tun_wireguard_unix.go10