bugfix for https hostname

This commit is contained in:
OttoMao 2014-11-06 10:46:32 +08:00
parent f126ade929
commit f685d82dd9
2 changed files with 2 additions and 2 deletions

2
bin.js
View File

@ -45,7 +45,7 @@ if(program.clear){
new proxy.proxyServer({
type : program.type,
port : program.port,
hostname : program.hostname,
hostname : program.host,
dbFile : program.file,
throttle : program.throttle,
rule : ruleModule,

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "2.7.5",
"version": "2.7.6",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"bin": {