mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +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() {
|
exports.main = function() {
|
||||||
console.log("Connecting to shadowsocks...");
|
console.log("Connecting to shadowsocks...");
|
||||||
var proxyport = SS.connect();
|
var listenPort = SS.connect();
|
||||||
console.log(proxyport);
|
console.log("Local listening port: " + listenPort);
|
||||||
|
|
||||||
console.log("Gethering network interfaces...");
|
console.log("Gethering network interfaces...");
|
||||||
var inets = SYS.getNetworkInterfaces();
|
var inets = SYS.getNetworkInterfaces();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user