Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit e15ca72

Browse files
authored
Merge pull request #298 from xkenmon/master
add ping addr config and city display
2 parents 2a0ccd5 + 701ba1e commit e15ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/netstat.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Netstat {
8989
});
9090
}
9191

92-
this.si.inetLatency("1.1.1.1", (data) => {
92+
this.si.inetLatency(window.settings.pingAddr || "1.1.1.1", (data) => {
9393
let ping;
9494
if (data === -1) {
9595
ping = "--ms";

0 commit comments

Comments
 (0)