mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
10 lines
142 B
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
|