14 lines
215 B
TOML
14 lines
215 B
TOML
serverAddr = "47.109.23.162"
|
|
serverPort = 7000
|
|
|
|
auth.method = "token"
|
|
auth.token = "token123456"
|
|
|
|
|
|
[[proxies]]
|
|
name = "web-tcp"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 80
|
|
remotePort = 8080
|