Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.NetworkInterfaceInfo

The information of the network interface

interface NetworkInterfaceInfo {
address: string;
cidr: string;
family: "IPv4" | "IPv6";
mac: string;
name: string;
netmask: string;
scopeid: number | null;
}

§Properties

§
address: string
[src]

The IP address

§
cidr: string
[src]

The CIDR range

§
family: "IPv4" | "IPv6"
[src]

The IP protocol version

§
mac: string
[src]

The MAC address

§
name: string
[src]

The network interface name

§
netmask: string
[src]

The netmask

§
scopeid: number | null
[src]

The IPv6 scope id or null