1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-07 14:58:28 +00:00

10 lines
142 B
TOML

serverAddr = "127.0.0.1"
serverPort = 7000
[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000