Optional dns?: string[]List of IPv4 addresses of DNS servers to use. If empty or not set, DNS servers provided by DHCP will be used.
Optional gateway?: stringIPv4 gateway to setup default route.
Optional ipaddr?: stringIPv4 address to use for this interface,
if proto is STATIC.
Example: "192.168.88.1".
Optional netmask?: stringIPv4 netmask to use for this interface,
if proto is STATIC.
Example: "255.255.255.0".
Network protocol to use for this interface.
Generated using TypeDoc
Configuration of a network interface.