mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 23:31:26 +00:00
add comment for web socket port
This commit is contained in:
parent
e9c4c05255
commit
fa4ddca2ee
4
proxy.js
4
proxy.js
@ -28,8 +28,8 @@ var http = require('http'),
|
||||
var T_TYPE_HTTP = 0,
|
||||
T_TYPE_HTTPS = 1,
|
||||
DEFAULT_PORT = 8001,
|
||||
DEFAULT_WEB_PORT = 8002,
|
||||
DEFAULT_WEBSOCKET_PORT = 8003,
|
||||
DEFAULT_WEB_PORT = 8002, // port for web interface
|
||||
DEFAULT_WEBSOCKET_PORT = 8003, // internal web socket for web interface, not for end users
|
||||
DEFAULT_CONFIG_PORT = 8088,
|
||||
DEFAULT_HOST = "localhost",
|
||||
DEFAULT_TYPE = T_TYPE_HTTP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user