given this example: ``` var data = await getInterfaces() names = Object.keys(data); console.log(os.networkInterfaces()[names[0]]); ``` is the interface with index 0 always the default route interface?
given this example:
is the interface with index 0 always the default route interface?