Get default gateway
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const network = require('../lib/network');
|
||||
|
||||
|
||||
async function getNetwork() {
|
||||
console.log(await network.networkGatewayDefault());
|
||||
}
|
||||
|
||||
getNetwork();
|
||||
Reference in New Issue
Block a user