mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-17 19:43:57 +00:00
add Network Info window
This commit is contained in:
@@ -28,6 +28,8 @@ function getServers() {
|
||||
const last = ip.toLong(subnet.lastAddress) - 1;
|
||||
// console.log(`range ${subnet.firstAddress} - ${subnet.lastAddress}`);
|
||||
address.broadcastAddress = subnet.broadcastAddress;
|
||||
address.firstSearchAddress = subnet.firstAddress;
|
||||
address.lastSearchAddress = subnet.lastAddress;
|
||||
|
||||
if (!validInterfaces[key]) {
|
||||
validInterfaces[key] = [];
|
||||
|
||||
Reference in New Issue
Block a user