getNetworkAddress(family?: Deno.NetworkInterfaceInfo["family"]): string | undefined
Gets the IPv4 or IPv6 network address of the machine.
optional
family: Deno.NetworkInterfaceInfo["family"] = IPv4
The IP protocol version of the interface to get the address of.
string | undefined
The IPv4 network address of the machine or undefined
if not found.