Skip to main content

NetworkInterfaceInfo

interface Deno.NetworkInterfaceInfo

The information for a network interface returned from a call to Deno.networkInterfaces.

Properties Jump to heading

The network interface name.

Jump to headingfamily: "IPv4" | "IPv6"

The IP protocol version.

The IP address bound to the interface.

The netmask applied to the interface.

The IPv6 scope id or null.

The CIDR range.

The MAC address.

Back to top