1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-07-09 10:09:30 +00:00

correct typo in readme

This commit is contained in:
OttoMao 2015-06-01 11:23:19 +08:00
parent 66b3b86a12
commit 283ffde6f9

@ -116,7 +116,7 @@ var options = {
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, //optional, 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
silent : false, //optional, do not print anything into terminal. do not set it when you are still debugging. silent : false //optional, do not print anything into terminal. do not set it when you are still debugging.
}; };
new proxy.proxyServer(options); new proxy.proxyServer(options);