44 lines
737 B
Markdown
44 lines
737 B
Markdown
# 使用说明
|
||
|
||
## 项目描述
|
||
|
||
基于 docker 容器的 hysteria2 服务器端节点搭建
|
||
|
||
## 快速开始
|
||
|
||
提前安装下列软件
|
||
|
||
- wget
|
||
- git
|
||
- curl
|
||
|
||
下载项目代码
|
||
|
||
```bash
|
||
git clone https://gitea.9001001.xyz/William/hysteria_docker.git
|
||
```
|
||
|
||
进入项目目录
|
||
|
||
```bash
|
||
cd hysteria_docker
|
||
```
|
||
|
||
运行安装脚本,选择选项 1(一键部署)
|
||
|
||
```bash
|
||
bash ./install.sh
|
||
```
|
||
|
||
### 电脑配置客户端
|
||
|
||
客户端软件(选择其中一种)
|
||
- [V2rayN](https://github.com/2dust/v2rayN/releases)
|
||
- [Nekoray](https://github.com/MatsuriDayo/nekoray/releases)
|
||
|
||
## 参考
|
||
|
||
- https://v2.hysteria.network/zh/docs/getting-started/Server/
|
||
- https://v2rayssr.com/hysteria2.html
|
||
- https://www.iiiam.in/articles/server/deploy-hysteria2
|