mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 20:31:25 +00:00
update readme and version nubmer
This commit is contained in:
parent
1558813144
commit
8fb99ab9a1
@ -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.
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user