fixed bug

This commit is contained in:
VincentChanX
2017-04-06 15:02:53 +08:00
parent 5dabe063ec
commit 42cf14642d
4 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ const TCPRelay = require('./tcprelay').TCPRelay;
const local = require('commander');
local
.version('0.1.2')
.version('0.1.3')
.option('-m --method [method]', 'encryption method, default: aes-256-cfb')
.option('-k --password [password]', 'password')
.option('-s --server-address [address]', 'server address')