mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
add dns servers to details tab (#5709)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -1921,6 +1921,7 @@ function getSystemInformation(func) {
|
||||
} catch (ex) { }
|
||||
}
|
||||
results.hardware.agentvers = process.versions;
|
||||
results.hardware.network = { dns: require('os').dns() };
|
||||
replaceSpacesWithUnderscoresRec(results);
|
||||
var hasher = require('SHA384Stream').create();
|
||||
// results.hash = hasher.syncHash(JSON.stringify(results)).toString('hex');
|
||||
|
||||
Reference in New Issue
Block a user