mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:51:25 +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({
|
new proxy.proxyServer({
|
||||||
type : program.type,
|
type : program.type,
|
||||||
port : program.port,
|
port : program.port,
|
||||||
hostname : program.hostname,
|
hostname : program.host,
|
||||||
dbFile : program.file,
|
dbFile : program.file,
|
||||||
throttle : program.throttle,
|
throttle : program.throttle,
|
||||||
rule : ruleModule,
|
rule : ruleModule,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "2.7.5",
|
"version": "2.7.6",
|
||||||
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
|
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user