1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-28 11:08:26 +00:00
frp/conf/frpc.toml

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