修改说明文件
This commit is contained in:
parent
8f0fc71c76
commit
b7e24949b3
34
README.md
34
README.md
@ -42,28 +42,32 @@ bash ./bin/print_share_link.sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 客户端配置
|
### 客户端配置
|
||||||
可以用使用`v2rayN`或`NekoRay`客户端填写配置连接服务器端
|
客户端软件(选择其中一种)
|
||||||
- [v2rayN](https://github.com/2dust/v2rayN/releases)
|
- [v2rayN](https://github.com/2dust/v2rayN/releases)
|
||||||
- [nekoray](https://github.com/MatsuriDayo/nekoray/releases)
|
- [nekoray](https://github.com/MatsuriDayo/nekoray/releases)
|
||||||
|
|
||||||
把分享链接直接粘贴到客户端
|
客户端配置
|
||||||
或者手工输入配置
|
|
||||||
无域名,使用IP搭建,download-bandwidth 根据实际填写
|
- (方法1)把分享链接直接粘贴到客户端
|
||||||
```yaml
|
|
||||||
地址: 服务器ip
|
- (方法2)手工输入配置
|
||||||
端口: 8443 # 服务器端端口
|
无域名,使用IP搭建,download-bandwidth 根据实际填写
|
||||||
密码: RhCLi%T&MFe5&de # 服务器端密码
|
|
||||||
传输安全层: tls
|
```yaml
|
||||||
SNI: bing.com # 伪装域名
|
地址: 服务器ip
|
||||||
跳过证书验证: true
|
端口: 8443 # 服务器端端口
|
||||||
download-bandwidth=200
|
密码: RhCLi%T&MFe5&de # 服务器端密码
|
||||||
```
|
传输安全层: tls
|
||||||
|
SNI: bing.com # 伪装域名
|
||||||
|
跳过证书验证: true
|
||||||
|
download-bandwidth=200
|
||||||
|
```
|
||||||
|
|
||||||
## 服务器端,修改域名
|
## 服务器端,修改域名
|
||||||
如果需要修改其他伪装域名, 进入项目目录, 执行以下命令
|
如果需要修改其他伪装域名, 进入项目目录, 执行以下命令
|
||||||
```bash
|
```bash
|
||||||
bash ./bin/set_domain.sh expedia.com
|
bash ./bin/set_domain.sh expedia.com
|
||||||
```
|
```
|
||||||
|
|
||||||
## 服务器端,修改端口
|
## 服务器端,修改端口
|
||||||
修改`config.json`配置文件
|
修改`config.json`配置文件
|
||||||
@ -107,4 +111,4 @@ openssl req \
|
|||||||
## 参考
|
## 参考
|
||||||
- https://v2.hysteria.network/zh/docs/getting-started/Server/
|
- https://v2.hysteria.network/zh/docs/getting-started/Server/
|
||||||
- https://v2rayssr.com/hysteria2.html
|
- https://v2rayssr.com/hysteria2.html
|
||||||
- https://www.iiiam.in/articles/server/deploy-hysteria2
|
- https://www.iiiam.in/articles/server/deploy-hysteria2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user