Modules
Host Network
Host Network
Retrieves basic newtork information about the host: interfaces along with their mac, ip and mask (IPv4 and IPv6)
HostNetworkModule retrieves basic newtork information about the host: interfaces along with their mac, ip and mask (IPv4 and IPv6)
Details
It uses the go standard library.
On Linux, it uses the Netlink API. On Windows, it calls GetAdaptersAddresses
.