This commit is contained in:
Toby 2021-08-02 23:00:41 -07:00
parent 97c83dc935
commit 075867c3df
2 changed files with 16 additions and 0 deletions

View File

@ -33,6 +33,14 @@ currently has the following features: (still growing!)
- Use our Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/
- Build from source with `go build ./cmd`
### Android
- [SagerNet](https://github.com/SagerNet/SagerNet) with hysteria-plugin
### iOS, macOS, Windows & Linux GUI
- Feel free to contribute!
## Quick Start
Note: This is only a bare-bones example to get the server and client running. Go to [Advanced usage](#advanced-usage)

View File

@ -30,6 +30,14 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网
- 使用 Arch Linux AUR: https://aur.archlinux.org/packages/hysteria/
- 自己用 `go build ./cmd` 从源码编译
### Android
- [SagerNet](https://github.com/SagerNet/SagerNet) 配合 hysteria-plugin
### iOS, macOS, Windows & Linux GUI
- 欢迎贡献,或给已有代理工具添加整合
## 快速入门
注意:本节提供的配置只是为了快速上手,可能无法满足你的需求。请到 [高级用法](#高级用法) 中查看所有可用选项与含义。