1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-10 13:50:10 +00:00
frp/conf/frpc.toml

10 lines
142 B
TOML
Raw Normal View History

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