update
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 11m54s

This commit is contained in:
Flik
2025-12-26 17:14:54 +08:00
parent 4623a7f031
commit 549f9aaf26
63 changed files with 10266 additions and 740 deletions

BIN
build/darwin_arm64/client Executable file

Binary file not shown.

View File

@@ -0,0 +1,15 @@
server:
bind_addr: "0.0.0.0" # 监听地址
bind_port: 7001 # 监听端口
token: "flik1513." # 认证 Token不配置则自动生成
heartbeat_sec: 30 # 心跳间隔(秒)
heartbeat_timeout: 90 # 心跳超时(秒)
db_path: "gotunnel.db" # 数据库路径
tls_disabled: false # 是否禁用 TLS默认启用
web:
enabled: true # 启用 Web 控制台
bind_addr: "0.0.0.0"
bind_port: 7500
username: "admin" # 可选,设置后启用认证
password: "password"

Binary file not shown.

BIN
build/darwin_arm64/server Executable file

Binary file not shown.