interface Deno.NetworkInterfaceInfo
The information for a network interface returned from a call to
Deno.networkInterfaces.
Properties Jump to heading
Jump to headingname: stringThe network interface name.
Jump to headingfamily: "IPv4" | "IPv6"The IP protocol version.
Jump to headingaddress: stringThe IP address bound to the interface.
Jump to headingnetmask: stringThe netmask applied to the interface.
Jump to headingscopeid: number | nullThe IPv6 scope id or null.
Jump to headingcidr: stringThe CIDR range.
Jump to headingmac: stringThe MAC address.