mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
fix tempcert
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user