10 lines
215 B
TOML
10 lines
215 B
TOML
serverAddr = "47.109.23.162"
|
|
serverPort = 7000
|
|
auth.method = "token"
|
|
auth.token = "token123456"
|
|
|
|
[[proxies]]
|
|
name = "web-service"
|
|
type = "tcp"
|
|
localPort = 8080
|
|
remotePort = 8081 # 服务器端口 |