mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
create the wsServer based on webserver, no need for a seperate wsPort
This commit is contained in:
@@ -11,7 +11,6 @@ const DEFAULT_OPTIONS = {
|
||||
webInterface: {
|
||||
enable: true,
|
||||
webPort: 8002, // optional, port for web interface
|
||||
wsPort: 8003, // optional, internal port for web socket
|
||||
},
|
||||
wsIntercept: true,
|
||||
throttle: 10000, // optional, speed limit in kb/s
|
||||
|
||||
Reference in New Issue
Block a user