mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update ssloader.js
This commit is contained in:
parent
0f4161d360
commit
d4de76d72a
|
@ -9,8 +9,8 @@ var HOSTS = require("lib/hosts");
|
|||
|
||||
exports.main = function() {
|
||||
console.log("Connecting to shadowsocks...");
|
||||
var proxyport = SS.connect();
|
||||
console.log(proxyport);
|
||||
var listenPort = SS.connect();
|
||||
console.log("Local listening port: " + listenPort);
|
||||
|
||||
console.log("Gethering network interfaces...");
|
||||
var inets = SYS.getNetworkInterfaces();
|
||||
|
|
Loading…
Reference in New Issue
Block a user