mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 00:47:57 +00:00
17 lines
308 B
TOML
17 lines
308 B
TOML
# frps demo config for the cluster showcase.
|
|
bindAddr = "0.0.0.0"
|
|
bindPort = 7000
|
|
|
|
auth.method = "token"
|
|
auth.token = "demo-token"
|
|
|
|
# HTTP virtual host port (for http proxies)
|
|
vhostHTTPPort = 7080
|
|
|
|
webServer.addr = "0.0.0.0"
|
|
webServer.port = 7500
|
|
|
|
log.to = "/app/frps.log"
|
|
log.level = "info"
|
|
log.maxDays = 3
|