mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +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) {
|
exports.connect = function(host, remotePort, localPort, password, algorithm) {
|
||||||
var commandOptions = [];
|
var commandOptions = [];
|
||||||
commandOptions.push(binPath);
|
commandOptions.push(exports.binPath);
|
||||||
commandOptions.push("-s");
|
commandOptions.push("-s");
|
||||||
commandOptions.push(host);
|
commandOptions.push(host);
|
||||||
commandOptions.push("-p");
|
commandOptions.push("-p");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user