mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
chore: tun/notun swap
This commit is contained in:
parent
233c434411
commit
33901413bf
3 changed files with 23 additions and 21 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue