21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"port": 18888,
|
|
"password": "helloworld",
|
|
"path": "/websocket_path",
|
|
"admin": {
|
|
"enable": true,
|
|
"admin_password": "cheney"
|
|
},
|
|
"client_config": {
|
|
"fyx": [
|
|
{
|
|
"name": "test",
|
|
"remote_port": 9788,
|
|
"local_port": 9788,
|
|
"local_ip": "zentao.sunyard.com.cn",
|
|
"speed_limit": 0.0,
|
|
"protocol": "tcp"
|
|
}
|
|
]
|
|
}
|
|
} |