17 lines
395 B
YAML
17 lines
395 B
YAML
# ngrok 配置文件
|
|
# 用于跳过免费版的警告页面
|
|
|
|
version: "2"
|
|
authtoken: YOUR_AUTH_TOKEN # 需要替换为你的 ngrok authtoken
|
|
|
|
tunnels:
|
|
payment:
|
|
proto: http
|
|
addr: 8080
|
|
inspect: true
|
|
# 免费版无法完全跳过警告页面,但可以通过以下方式改善:
|
|
# 1. 使用 ngrok 的静态域名(需要付费)
|
|
# 2. 使用其他内网穿透工具
|
|
|
|
|