Skip to main content
interface Deno.NetworkInterfaceInfo
Unstable

The information of the network interface.

Properties

name: string

The network interface name

family: "IPv4" | "IPv6"

The IP protocol version

address: string

The IP address

netmask: string

The netmask

scopeid: number | null

The IPv6 scope id or null

cidr: string

The CIDR range

mac: string

The MAC address