mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-28 16:06:34 +01:00
25 lines
416 B
TOML
25 lines
416 B
TOML
#
|
|
# See: https://github.com/fatedier/frp/blob/dev/conf/frps_full_example.toml
|
|
#
|
|
|
|
bindAddr = "0.0.0.0"
|
|
bindPort = 7000
|
|
kcpBindPort = 7000
|
|
|
|
transport.maxPoolCount = 10
|
|
|
|
webServer.addr = "127.0.0.1"
|
|
webServer.port = 7500
|
|
webServer.user = "admin"
|
|
webServer.password = "admin"
|
|
|
|
auth.method = "token"
|
|
auth.token = "12345678"
|
|
|
|
enablePrometheus = true
|
|
|
|
allowPorts = [
|
|
{ single = 2222 },
|
|
{ start = 20000, end = 20100 }
|
|
]
|