124 lines
1.9 KiB
TOML
124 lines
1.9 KiB
TOML
serverAddr = "154.204.181.192"
|
|
serverPort = 15443
|
|
|
|
auth.method = "token"
|
|
auth.token = "lostecho"
|
|
|
|
webServer.addr = "0.0.0.0"
|
|
webServer.port = 7400
|
|
webServer.user = "lostecho"
|
|
webServer.password = "Yuanhui1234!"
|
|
webServer.pprofEnable = false
|
|
|
|
loginFailExit=false
|
|
|
|
[[proxies]]
|
|
name = "pve"
|
|
type = "tcp"
|
|
localIP = "192.168.31.2"
|
|
localPort = 8006
|
|
remotePort = 8006
|
|
|
|
[[proxies]]
|
|
name = "fndav"
|
|
type = "tcp"
|
|
localIP = "192.168.31.3"
|
|
localPort = 5005
|
|
remotePort = 5005
|
|
|
|
[[proxies]]
|
|
name = "fnos"
|
|
type = "tcp"
|
|
localIP = "192.168.31.3"
|
|
localPort = 5666
|
|
remotePort = 5666
|
|
|
|
[[proxies]]
|
|
name = "ddns"
|
|
type = "tcp"
|
|
localIP = "192.168.31.101"
|
|
localPort = 9876
|
|
remotePort = 9876
|
|
|
|
[[proxies]]
|
|
name = "frpc"
|
|
type = "tcp"
|
|
localIP = "192.168.31.102"
|
|
localPort = 7400
|
|
remotePort = 7400
|
|
|
|
[[proxies]]
|
|
name = "lobe"
|
|
type = "tcp"
|
|
localIP = "192.168.31.103"
|
|
localPort = 3210
|
|
remotePort = 3210
|
|
|
|
[[proxies]]
|
|
name = "openlist"
|
|
type = "tcp"
|
|
localIP = "192.168.31.104"
|
|
localPort = 5244
|
|
remotePort = 5244
|
|
|
|
[[proxies]]
|
|
name = "gotify"
|
|
type = "tcp"
|
|
localIP = "192.168.31.105"
|
|
localPort = 80
|
|
remotePort = 40266
|
|
|
|
[[proxies]]
|
|
name = "dify"
|
|
type = "tcp"
|
|
localIP = "192.168.31.106"
|
|
localPort = 80
|
|
remotePort = 10080
|
|
|
|
[[proxies]]
|
|
name = "dify"
|
|
type = "tcp"
|
|
localIP = "192.168.31.107"
|
|
localPort = 5678
|
|
remotePort = 5678
|
|
|
|
[[proxies]]
|
|
name = "kubepi"
|
|
type = "tcp"
|
|
localIP = "192.168.31.108"
|
|
localPort = 80
|
|
remotePort = 8090
|
|
|
|
[[proxies]]
|
|
name = "moontv"
|
|
type = "tcp"
|
|
localIP = "192.168.31.109"
|
|
localPort = 3000
|
|
remotePort = 3000
|
|
|
|
[[proxies]]
|
|
name = "daed"
|
|
type = "tcp"
|
|
localIP = "192.168.31.200"
|
|
localPort = 2023
|
|
remotePort = 2023
|
|
|
|
[[proxies]]
|
|
name = "k8s-80"
|
|
type = "tcp"
|
|
localIP = "192.168.31.201"
|
|
localPort = 80
|
|
remotePort = 20180
|
|
|
|
[[proxies]]
|
|
name = "k8s-443"
|
|
type = "tcp"
|
|
localIP = "192.168.31.201"
|
|
localPort = 443
|
|
remotePort = 20443
|
|
|
|
# tls
|
|
#transport.tls.certFile = "/etc/frp/ssl/client.crt"
|
|
#transport.tls.keyFile = "/etc/frp/ssl/client.key"
|
|
#transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt"
|