CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.py
gobuild/.gitkeep
hysteria/__init__.py
hysteria-go/.gitignore
hysteria-go/CHANGELOG.md
hysteria-go/Dockerfile
hysteria-go/LICENSE.md
hysteria-go/README.md
hysteria-go/Taskfile.yaml
hysteria-go/build.ps1
hysteria-go/build.sh
hysteria-go/docker-compose.yaml
hysteria-go/go.work
hysteria-go/go.work.sum
hysteria-go/install_server.sh
hysteria-go/tag.ps1
hysteria-go/tag.sh
hysteria-go/.github/FUNDING.yml
hysteria-go/.github/dependabot.yml
hysteria-go/.github/ISSUE_TEMPLATE/en_feature_request.yaml
hysteria-go/.github/ISSUE_TEMPLATE/en_newbie.yml
hysteria-go/.github/ISSUE_TEMPLATE/zh_feature_request.yaml
hysteria-go/.github/ISSUE_TEMPLATE/zh_newbie.yml
hysteria-go/.github/workflows/codeql-analysis.yml
hysteria-go/.github/workflows/dev-build-master.yml
hysteria-go/.github/workflows/release-docker.yaml
hysteria-go/.github/workflows/release.yml
hysteria-go/app/go.mod
hysteria-go/app/go.sum
hysteria-go/app/auth/external.go
hysteria-go/app/auth/funcs.go
hysteria-go/app/cmd/acme.go
hysteria-go/app/cmd/client.go
hysteria-go/app/cmd/client_gpl.go
hysteria-go/app/cmd/client_nongpl.go
hysteria-go/app/cmd/completion.go
hysteria-go/app/cmd/config.go
hysteria-go/app/cmd/config_test.go
hysteria-go/app/cmd/ipmasker.go
hysteria-go/app/cmd/kploader.go
hysteria-go/app/cmd/main.go
hysteria-go/app/cmd/mmdb.go
hysteria-go/app/cmd/prom.go
hysteria-go/app/cmd/resolver.go
hysteria-go/app/cmd/server.go
hysteria-go/app/cmd/update.go
hysteria-go/app/cmd/winvt.go
hysteria-go/app/cmd/winvt_stub.go
hysteria-go/app/http/server.go
hysteria-go/app/redirect/getsockopt_linux.go
hysteria-go/app/redirect/getsockopt_linux_386.go
hysteria-go/app/redirect/origdst_linux.go
hysteria-go/app/redirect/syscall_socketcall_linux_386.s
hysteria-go/app/redirect/tcp_linux.go
hysteria-go/app/redirect/tcp_stub.go
hysteria-go/app/relay/tcp.go
hysteria-go/app/relay/udp.go
hysteria-go/app/socks5/server.go
hysteria-go/app/tproxy/tcp_linux.go
hysteria-go/app/tproxy/tcp_stub.go
hysteria-go/app/tproxy/udp_linux.go
hysteria-go/app/tproxy/udp_stub.go
hysteria-go/app/tun/server.go
hysteria-go/app/tun/tcp.go
hysteria-go/app/tun/udp.go
hysteria-go/core/go.mod
hysteria-go/core/go.sum
hysteria-go/core/acl/engine.go
hysteria-go/core/acl/engine_test.go
hysteria-go/core/acl/entry.go
hysteria-go/core/acl/entry_test.go
hysteria-go/core/congestion/brutal.go
hysteria-go/core/congestion/pacer.go
hysteria-go/core/cs/client.go
hysteria-go/core/cs/frag.go
hysteria-go/core/cs/frag_test.go
hysteria-go/core/cs/protocol.go
hysteria-go/core/cs/server.go
hysteria-go/core/cs/server_client.go
hysteria-go/core/cs/stream.go
hysteria-go/core/pktconns/funcs.go
hysteria-go/core/pktconns/faketcp/LICENSE
hysteria-go/core/pktconns/faketcp/obfs.go
hysteria-go/core/pktconns/faketcp/tcp_linux.go
hysteria-go/core/pktconns/faketcp/tcp_stub.go
hysteria-go/core/pktconns/faketcp/tcp_test.go
hysteria-go/core/pktconns/obfs/obfs.go
hysteria-go/core/pktconns/obfs/obfs_test.go
hysteria-go/core/pktconns/udp/hop.go
hysteria-go/core/pktconns/udp/hop_test.go
hysteria-go/core/pktconns/udp/obfs.go
hysteria-go/core/pktconns/wechat/obfs.go
hysteria-go/core/pmtud/avail.go
hysteria-go/core/pmtud/unavail.go
hysteria-go/core/sockopt/sockopt.go
hysteria-go/core/sockopt/sockopt_linux.go
hysteria-go/core/sockopt/sockopt_others.go
hysteria-go/core/transport/client.go
hysteria-go/core/transport/resolve.go
hysteria-go/core/transport/server.go
hysteria-go/core/transport/socks5.go
hysteria-go/core/utils/misc.go
hysteria-go/core/utils/pipe.go
hysteria-go/docs/bench/bench.png
hysteria-go/docs/logos/AperNetLogo.png
hysteria-go/docs/logos/readme.png
hysteria-go/docs/logos/transparent_black.png
hysteria-go/docs/logos/transparent_pink.png
hysteria-go/docs/logos/whitebg_black.png
hysteria-go/docs/logos/whitebg_pink.png
hysteria-go/docs/socks5/check.py
hysteria.egg-info/PKG-INFO
hysteria.egg-info/SOURCES.txt
hysteria.egg-info/dependency_links.txt
hysteria.egg-info/not-zip-safe
hysteria.egg-info/top_level.txt
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/hysteria.cpp