mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"web_port": 9000,
|
|
"relay_configs": [
|
|
{
|
|
"listen": "127.0.0.1:1235",
|
|
"listen_type": "raw",
|
|
"transport_type": "ws",
|
|
"tcp_remotes": ["ws://0.0.0.0:8787"],
|
|
"ws_config": {
|
|
"path": "pwd",
|
|
"remote_addr": "127.0.0.1:5201"
|
|
}
|
|
}
|
|
]
|
|
}
|