CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.py
gobuild/.gitkeep
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/VERSION
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/JoinPaths.cmake
pybind11/tools/check-style.sh
pybind11/tools/cmake_uninstall.cmake.in
pybind11/tools/codespell_ignore_lines_from_errors.py
pybind11/tools/libsize.py
pybind11/tools/make_changelog.py
pybind11/tools/pybind11.pc.in
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
pybind11/tools/pyproject.toml
pybind11/tools/setup_global.py.in
pybind11/tools/setup_main.py.in
src/tun2socks.cpp
tun2socks/__init__.py
tun2socks-go/.dockerignore
tun2socks-go/.gitignore
tun2socks-go/.golangci.yaml
tun2socks-go/Dockerfile
tun2socks-go/LICENSE
tun2socks-go/Makefile
tun2socks-go/README.md
tun2socks-go/README_ZH.md
tun2socks-go/go.mod
tun2socks-go/go.sum
tun2socks-go/main.go
tun2socks-go/.github/CODE_OF_CONDUCT.md
tun2socks-go/.github/FUNDING.yml
tun2socks-go/.github/SECURITY.md
tun2socks-go/.github/ISSUE_TEMPLATE/bug_report.yml
tun2socks-go/.github/ISSUE_TEMPLATE/config.yml
tun2socks-go/.github/ISSUE_TEMPLATE/feature_request.yml
tun2socks-go/.github/workflows/codeql-analysis.yml
tun2socks-go/.github/workflows/docker.yml
tun2socks-go/.github/workflows/linter.yml
tun2socks-go/.github/workflows/release.yml
tun2socks-go/.github/workflows/stale.yml
tun2socks-go/common/observable/iterable.go
tun2socks-go/common/observable/observable.go
tun2socks-go/common/observable/observable_test.go
tun2socks-go/common/observable/subscriber.go
tun2socks-go/common/pool/alloc.go
tun2socks-go/common/pool/alloc_test.go
tun2socks-go/common/pool/buffer.go
tun2socks-go/common/pool/pool.go
tun2socks-go/core/nic.go
tun2socks-go/core/route.go
tun2socks-go/core/stack.go
tun2socks-go/core/tcp.go
tun2socks-go/core/udp.go
tun2socks-go/core/adapter/adapter.go
tun2socks-go/core/adapter/handler.go
tun2socks-go/core/device/device.go
tun2socks-go/core/device/fdbased/fd.go
tun2socks-go/core/device/fdbased/fd_unix.go
tun2socks-go/core/device/fdbased/fd_windows.go
tun2socks-go/core/device/fdbased/open_linux.go
tun2socks-go/core/device/fdbased/open_others.go
tun2socks-go/core/device/iobased/endpoint.go
tun2socks-go/core/device/tun/tun.go
tun2socks-go/core/device/tun/tun_netstack.go
tun2socks-go/core/device/tun/tun_wireguard.go
tun2socks-go/core/device/tun/tun_wireguard_linux.go
tun2socks-go/core/device/tun/tun_wireguard_unix.go
tun2socks-go/core/device/tun/tun_wireguard_windows.go
tun2socks-go/core/option/option.go
tun2socks-go/dialer/dialer.go
tun2socks-go/dialer/sockopt.go
tun2socks-go/dialer/sockopt_darwin.go
tun2socks-go/dialer/sockopt_freebsd.go
tun2socks-go/dialer/sockopt_linux.go
tun2socks-go/dialer/sockopt_openbsd.go
tun2socks-go/dialer/sockopt_others.go
tun2socks-go/dialer/sockopt_windows.go
tun2socks-go/dns/resolver.go
tun2socks-go/docker/entrypoint.sh
tun2socks-go/docs/benchmark.png
tun2socks-go/docs/logo.png
tun2socks-go/docs/wordmark.png
tun2socks-go/engine/engine.go
tun2socks-go/engine/key.go
tun2socks-go/engine/parse.go
tun2socks-go/engine/parse_unix.go
tun2socks-go/engine/parse_windows.go
tun2socks-go/engine/mirror/tunnel.go
tun2socks-go/internal/version/debug.go
tun2socks-go/internal/version/module.go
tun2socks-go/internal/version/version.go
tun2socks-go/log/emitter.go
tun2socks-go/log/event.go
tun2socks-go/log/level.go
tun2socks-go/log/log.go
tun2socks-go/metadata/metadata.go
tun2socks-go/metadata/network.go
tun2socks-go/proxy/base.go
tun2socks-go/proxy/direct.go
tun2socks-go/proxy/http.go
tun2socks-go/proxy/proxy.go
tun2socks-go/proxy/reject.go
tun2socks-go/proxy/relay.go
tun2socks-go/proxy/shadowsocks.go
tun2socks-go/proxy/socks4.go
tun2socks-go/proxy/socks5.go
tun2socks-go/proxy/util.go
tun2socks-go/proxy/proto/proto.go
tun2socks-go/restapi/connections.go
tun2socks-go/restapi/debug.go
tun2socks-go/restapi/errors.go
tun2socks-go/restapi/netstats.go
tun2socks-go/restapi/server.go
tun2socks-go/transport/shadowsocks/README.md
tun2socks-go/transport/shadowsocks/core/cipher.go
tun2socks-go/transport/shadowsocks/shadowaead/cipher.go
tun2socks-go/transport/shadowsocks/shadowaead/packet.go
tun2socks-go/transport/shadowsocks/shadowaead/stream.go
tun2socks-go/transport/shadowsocks/shadowstream/cipher.go
tun2socks-go/transport/shadowsocks/shadowstream/packet.go
tun2socks-go/transport/shadowsocks/shadowstream/stream.go
tun2socks-go/transport/simple-obfs/http.go
tun2socks-go/transport/simple-obfs/obfs.go
tun2socks-go/transport/simple-obfs/tls.go
tun2socks-go/transport/socks4/socks4.go
tun2socks-go/transport/socks4/socks4.txt
tun2socks-go/transport/socks4/socks4a.txt
tun2socks-go/transport/socks5/rfc1928.txt
tun2socks-go/transport/socks5/rfc1929.txt
tun2socks-go/transport/socks5/socks5.go
tun2socks-go/transport/socks5/socks5_test.go
tun2socks-go/tunnel/addr.go
tun2socks-go/tunnel/tcp.go
tun2socks-go/tunnel/tunnel.go
tun2socks-go/tunnel/udp.go
tun2socks-go/tunnel/statistic/manager.go
tun2socks-go/tunnel/statistic/tracker.go
tun2socks.egg-info/PKG-INFO
tun2socks.egg-info/SOURCES.txt
tun2socks.egg-info/dependency_links.txt
tun2socks.egg-info/not-zip-safe
tun2socks.egg-info/top_level.txt