Merge branch 'master' of git://github.com/wuchangming/anyproxy into wuchangming-master

This commit is contained in:
xiaofeng.mxf 2019-03-24 21:16:01 +08:00
commit cb25f1eff1
4 changed files with 28 additions and 28 deletions

View File

@ -164,7 +164,7 @@ proxyServer.close();
* 样例 * 样例
```js ```js
const AnyProxy = require('AnyProxy'); const AnyProxy = require('anyproxy');
const exec = require('child_process').exec; const exec = require('child_process').exec;
if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) { if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) {

View File

@ -164,7 +164,7 @@ proxyServer.close();
* 样例 * 样例
```js ```js
const AnyProxy = require('AnyProxy'); const AnyProxy = require('anyproxy');
const exec = require('child_process').exec; const exec = require('child_process').exec;
if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) { if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) {

View File

@ -163,7 +163,7 @@ proxyServer.close();
* Sample * Sample
```js ```js
const AnyProxy = require('AnyProxy'); const AnyProxy = require('anyproxy');
const exec = require('child_process').exec; const exec = require('child_process').exec;
if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) { if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) {

View File

@ -163,7 +163,7 @@ proxyServer.close();
* Sample * Sample
```js ```js
const AnyProxy = require('AnyProxy'); const AnyProxy = require('anyproxy');
const exec = require('child_process').exec; const exec = require('child_process').exec;
if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) { if (!AnyProxy.utils.certMgr.ifRootCAFileExists()) {