Updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Function to grab the host's network interface
|
||||
* eg `eth0`
|
||||
* @param param0
|
||||
*/
|
||||
export default async function grabHostNetworkInterface() {
|
||||
// Placeholder
|
||||
return `eth0`;
|
||||
}
|
||||
Reference in New Issue
Block a user