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