This commit is contained in:
vincent 2024-01-30 15:00:30 +08:00
parent 8cd7767a2d
commit e12fefd950

View File

@ -32,7 +32,6 @@ SNI: bing.com # 伪装域名
download-bandwidth=200 download-bandwidth=200
``` ```
## 修改域名 ## 修改域名
如果需要修改伪装域名 如果需要修改伪装域名
@ -50,6 +49,12 @@ download-bandwidth=200
rewriteHost: true rewriteHost: true
``` ```
## 修改端口
修改文件`hysteria.yaml`
```yml
listen: :9999 # 改为其他端口
## 文件解析 ## 文件解析
- 文件`gen_cert.sh` - 文件`gen_cert.sh`
用来生成自签证书 用来生成自签证书