mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Sat Jun 8 20:29:23 CEST 2024
This commit is contained in:
24
echo/examples/mws.json
Normal file
24
echo/examples/mws.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"relay_configs": [
|
||||
{
|
||||
"listen": "127.0.0.1:1235",
|
||||
"listen_type": "raw",
|
||||
"transport_type": "mws",
|
||||
"tcp_remotes": ["ws://0.0.0.0:2443"],
|
||||
"ws_config": {
|
||||
"path": "pwd",
|
||||
"remote_addr": "127.0.0.1:5201"
|
||||
}
|
||||
},
|
||||
{
|
||||
"listen": "127.0.0.1:2443",
|
||||
"listen_type": "mws",
|
||||
"transport_type": "raw",
|
||||
"tcp_remotes": ["0.0.0.0:5201"],
|
||||
"ws_config": {
|
||||
"path": "pwd",
|
||||
"remote_addr": "127.0.0.1:5201"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user