chore: update project files
This commit is contained in:
16
ngrok-config.yml
Normal file
16
ngrok-config.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# ngrok 配置文件
|
||||
# 用于跳过免费版的警告页面
|
||||
|
||||
version: "2"
|
||||
authtoken: YOUR_AUTH_TOKEN # 需要替换为你的 ngrok authtoken
|
||||
|
||||
tunnels:
|
||||
payment:
|
||||
proto: http
|
||||
addr: 8080
|
||||
inspect: true
|
||||
# 免费版无法完全跳过警告页面,但可以通过以下方式改善:
|
||||
# 1. 使用 ngrok 的静态域名(需要付费)
|
||||
# 2. 使用其他内网穿透工具
|
||||
|
||||
|
||||
Reference in New Issue
Block a user