mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 06:48:26 +00:00
update bin
This commit is contained in:
parent
e562d75817
commit
dc6c226d3a
4
bin.js
4
bin.js
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var program = require('commander'),
|
||||
mainProxy = require("./proxy.js");
|
||||
|
||||
@ -16,5 +18,5 @@ if(program.clear){
|
||||
|
||||
}else{
|
||||
mainProxy.startServer(program.type,program.port, program.host);
|
||||
|
||||
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "anyproxy",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "https proxy over http",
|
||||
"main": "proxy.js",
|
||||
"bin": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user