chore: tun/notun swap

This commit is contained in:
Toby 2022-01-04 19:08:51 -08:00
parent 233c434411
commit 33901413bf
3 changed files with 23 additions and 21 deletions

View file

@ -31,9 +31,10 @@ currently has the following features: (still growing!)
### Windows, Linux, macOS CLI
- Download pre-built binaries from https://github.com/tobyxdd/hysteria/releases
- Linux builds are available as `hysteria` (with tun support) and `hysteria-notun` (without tun support). Builds
without tun support are statically linked and do not depend on glibc. **If you use a non-standard distribution that
can't run `hysteria` properly, try `hysteria-notun` instead.**
- Linux builds are available as `hysteria-tun` (with tun support) and `hysteria` (without tun support). Builds
without tun support are statically linked and do not depend on glibc. **If you use a Linux distribution that
can't run `hysteria-tun` properly, try `hysteria-notun` instead.**
- Other platforms do not have glibc compatibility issues. The builds are all with tun support.
- Use Docker or Docker Compose: https://github.com/HyNetwork/hysteria/blob/master/Docker.md
- Use our Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/
- Build from source with `go build ./cmd`