mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:51:25 +00:00
fix tempcert
This commit is contained in:
parent
dc6c226d3a
commit
cdb2dbd744
@ -9,10 +9,6 @@ var getPort = require('./getPort'),
|
|||||||
certMgr = require("./certMgr"),
|
certMgr = require("./certMgr"),
|
||||||
requestHandler = require("./requestHandler");
|
requestHandler = require("./requestHandler");
|
||||||
|
|
||||||
if(!fs.existsSync("cert/tmpCert")){
|
|
||||||
fs.mkdirSync("cert/tmpCert");
|
|
||||||
}
|
|
||||||
|
|
||||||
var DEFAULT_RELEASE_TIME = 120*1000;
|
var DEFAULT_RELEASE_TIME = 120*1000;
|
||||||
|
|
||||||
module.exports =function(){
|
module.exports =function(){
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "https proxy over http",
|
"description": "https proxy over http",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user