We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c53e1 commit 132cabcCopy full SHA for 132cabc
app/assets/app.js
@@ -74,10 +74,12 @@ var getIpAddress = function(reason) {
74
var checkConnection = function(reason) {
75
console.log("");
76
console.log(" ---- Inside Check Connection function");
77
+ buildIfaceList();
78
let selIndex = localStorage.getItem("selIndex");
79
if (typeof selIndex == 'undefined' || selIndex == null || selIndex == "") {
80
selIndex = 0;
81
}
82
+
83
Neutralino.os.runCommand('ip addr show ' + configs.wg_interface[selIndex],
84
function(data) {
85
let info = data.stdout;
0 commit comments