This commit is contained in:
2026-09-13 06:53:33 +01:00
parent 75670e4d5c
commit e7e63bc491
45 changed files with 2117 additions and 22 deletions
@@ -0,0 +1,9 @@
/**
* Function to grab the host's network interface
* eg `eth0`
* @param param0
*/
export default async function grabHostNetworkInterface() {
// Placeholder
return `eth0`;
}