mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 14:58:27 +00:00
Merge branch 'master' of github.com:alibaba/anyproxy
This commit is contained in:
commit
15f5a76e97
@ -1,3 +1,9 @@
|
|||||||
|
19 Sep 2016: AnyProxy 3.10.3:
|
||||||
|
|
||||||
|
* fix the cert path issue with Windows
|
||||||
|
* split out the cert management to an independent module
|
||||||
|
* add unit tests to AnyProxy
|
||||||
|
|
||||||
29 Apr 2016: AnyProxy 3.10.0:
|
29 Apr 2016: AnyProxy 3.10.0:
|
||||||
|
|
||||||
* using node-forge to generate HTTPS certificates instead of openssl
|
* using node-forge to generate HTTPS certificates instead of openssl
|
||||||
@ -124,4 +130,4 @@
|
|||||||
|
|
||||||
9 Jan 2015: AnyProxy 3.0.2:
|
9 Jan 2015: AnyProxy 3.0.2:
|
||||||
|
|
||||||
* UI improvement: add link and qr code to root CA file.
|
* UI improvement: add link and qr code to root CA file.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "3.10.3Beta1",
|
"version": "3.10.3",
|
||||||
"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