(websocket proxy server) add ability to map different hosts to different websocket servers, using a json config file
This commit is contained in:
6
ws/proxyConfig.json
Normal file
6
ws/proxyConfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"remote_urls": {
|
||||
"echo.localhost:8008": "ws://localhost:9009",
|
||||
"cobra.localhost:8008": "ws://localhost:8765"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user