This commit is contained in:
丹尼尔
2026-03-12 11:52:04 +08:00
parent 30a57d993c
commit bdba4ec071
19 changed files with 5690 additions and 191 deletions

11
ngrok.yml Normal file
View File

@@ -0,0 +1,11 @@
# ngrok 多隧道配置(免费试用最多 3 个端点)
# 与 run.sh --proxy-bridge 配合:单进程同时暴露 8000回调和 8899代理桥接
# authtoken 使用系统默认配置(~/.config/ngrok/ngrok.yml 等),此处不重复配置
version: "3"
tunnels:
callback:
proto: http
addr: 8000
proxy:
proto: http
addr: 8899