2023-10-24 10:42:51 +08:00
|
|
|
serverAddr = "127.0.0.1"
|
2023-10-10 16:48:13 +08:00
|
|
|
serverPort = 7000
|
|
|
|
|
|
|
|
[[proxies]]
|
2023-10-24 10:42:51 +08:00
|
|
|
name = "test-tcp"
|
2023-10-10 16:48:13 +08:00
|
|
|
type = "tcp"
|
|
|
|
localIP = "127.0.0.1"
|
|
|
|
localPort = 22
|
2023-10-24 10:42:51 +08:00
|
|
|
remotePort = 6000
|