mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update shadowsocks.js
This commit is contained in:
parent
4a67a9faa6
commit
02c362bdc2
|
@ -19,7 +19,7 @@ if(arch.indexOf("64") > -1) {
|
|||
|
||||
exports.connect = function(host, remotePort, localPort, password, algorithm) {
|
||||
var commandOptions = [];
|
||||
commandOptions.push(binPath);
|
||||
commandOptions.push(exports.binPath);
|
||||
commandOptions.push("-s");
|
||||
commandOptions.push(host);
|
||||
commandOptions.push("-p");
|
||||
|
|
Loading…
Reference in New Issue
Block a user