CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
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
src/hysteria.cpp