update readme and version nubmer

This commit is contained in:
OttoMao 2015-07-12 21:46:00 +08:00
parent 1558813144
commit 8fb99ab9a1
2 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ var options = {
dbFile : null, // optional, save request data to a specified file, will use in-memory db if not specified dbFile : null, // optional, save request data to a specified file, will use in-memory db if not specified
webPort : 8002, // optional, port for web interface webPort : 8002, // optional, port for web interface
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
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.

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.7.0Beta4", "version": "3.7.0Beta5",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {