mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 23:31:26 +00:00
bugfix for https hostname
This commit is contained in:
parent
f126ade929
commit
f685d82dd9
2
bin.js
2
bin.js
@ -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,
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user