yanglc 2024-01-16 23:25:53 +08:00
commit e00ccf51f1
1 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,13 @@
## tunnel
一个自用隧道
#server为中转机配置
nginx.txt格式为 中转机 端口 落地机 端口 本地wgip
#client为落地机配置
nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip
server为中转机配置
__nginx.txt格式为 中转机 端口 落地机 端口 本地wgip__
client为落地机配置
__nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip__
脚本使用
```
bash -c "$(wget -qO - https://git.igewu.org/yanglc/tunnel/raw/branch/main/99nginx.sh)"
```