mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:51:25 +00:00
typo
This commit is contained in:
parent
ccb6b817de
commit
45f99bcf31
@ -242,7 +242,7 @@ var options = {
|
|||||||
socketPort : 8003, // optional, internal port for web socket, replace this when it is conflict with your own service
|
socketPort : 8003, // optional, internal port for web socket, replace this when it is conflict with your own service
|
||||||
webConfigPort : 8088, // optional, internal port for web config(beta), replace this when it is conflict with your own service
|
webConfigPort : 8088, // optional, internal port for web config(beta), replace this when it is conflict with your own service
|
||||||
throttle : 10, // optional, speed limit in kb/s
|
throttle : 10, // optional, speed limit in kb/s
|
||||||
disableWebInterface : false //option, set it when you don't want to use the web interface
|
disableWebInterface : false //optional, set it when you don't want to use the web interface
|
||||||
};
|
};
|
||||||
new proxy.proxyServer(options);
|
new proxy.proxyServer(options);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user