25 lines
516 B
TOML
25 lines
516 B
TOML
serverAddr = "74.48.78.17"
|
|
serverPort = 7000
|
|
loginFailExit = true
|
|
|
|
[[proxies]]
|
|
name = "hwlab-dev-cloud-web"
|
|
type = "tcp"
|
|
localIP = "hwlab-cloud-web.hwlab-dev.svc.cluster.local"
|
|
localPort = 8080
|
|
remotePort = 16666
|
|
|
|
[[proxies]]
|
|
name = "hwlab-dev-edge-proxy"
|
|
type = "tcp"
|
|
localIP = "hwlab-edge-proxy.hwlab-dev.svc.cluster.local"
|
|
localPort = 6667
|
|
remotePort = 16667
|
|
|
|
[[proxies]]
|
|
name = "hwlab-dev-tunnel-health"
|
|
type = "tcp"
|
|
localIP = "hwlab-tunnel-client.hwlab-dev.svc.cluster.local"
|
|
localPort = 7402
|
|
remotePort = 7402
|