From 328bf64e7f5fc7a0a94acb0d4a70dc712a636d52 Mon Sep 17 00:00:00 2001 From: OttoMao Date: Mon, 30 Mar 2015 11:11:05 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39cf883..a85ad2f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ Https features ---------------- After configuring rootCA, AnyProxy could help to decrypt https requests, whose approach is also called Man-In-The-Middle(MITM). -A guide about configuring https features is here : [https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy](https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy) +A guide about configuring https features is here : + +* Eng : [https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy](https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy) +* 中文 : [https://github.com/alibaba/anyproxy/wiki/HTTPS%E7%9B%B8%E5%85%B3%E6%95%99%E7%A8%8B](https://github.com/alibaba/anyproxy/wiki/HTTPS%E7%9B%B8%E5%85%B3%E6%95%99%E7%A8%8B) Others @@ -109,7 +112,8 @@ var options = { 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 - 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. }; new proxy.proxyServer(options);