fix(core): update
This commit is contained in:
parent
817894b6ce
commit
d71346e763
@ -133,4 +133,8 @@ export class SmartNetwork {
|
|||||||
const result = plugins.os.networkInterfaces();
|
const result = plugins.os.networkInterfaces();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async getDefaultGateWay() {
|
||||||
|
// TOTO get default gateways
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user