修改说明文件

This commit is contained in:
Kiolow 2024-06-02 00:05:49 +08:00
parent 8f0fc71c76
commit b7e24949b3

View File

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