This commit is contained in:
BIN
build/darwin_arm64/client
Executable file
BIN
build/darwin_arm64/client
Executable file
Binary file not shown.
15
build/darwin_arm64/config.yaml
Normal file
15
build/darwin_arm64/config.yaml
Normal 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"
|
||||
BIN
build/darwin_arm64/gotunnel.db
Normal file
BIN
build/darwin_arm64/gotunnel.db
Normal file
Binary file not shown.
BIN
build/darwin_arm64/server
Executable file
BIN
build/darwin_arm64/server
Executable file
Binary file not shown.
Reference in New Issue
Block a user