Holds IP address data for the interfaces.
iex> addr = %ExFacts.System.Net.Addr{ip: "192.168.1.50", port: 4357} ...> addr.port 4357
t() :: %ExFacts.System.Net.Addr{ip: binary, port: integer}