From 54e3bb385a0df663f57c6baa453f52c4afcc5d9c Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Mon, 25 Jan 2021 18:56:16 +0100 Subject: [PATCH] doc: Specify the DNS format as string lists --- src/iwd.network.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/iwd.network.rst b/src/iwd.network.rst index c0548052..083b2103 100644 --- a/src/iwd.network.rst +++ b/src/iwd.network.rst @@ -301,9 +301,9 @@ network configuration with the static addresses. The IPv4 address of the gateway (router). This field is `required` for the static configuration. * - DNS - - IPv4 address string + - IPv4 address string list, space delimited - The IPv4 address of the Domain Name System (DNS). This field is + The IPv4 address(es) of the Domain Name System (DNS). This field is `optional`. DNS setting can be used to override the DNS entries received from the DHCP server. * - Netmask @@ -352,9 +352,9 @@ network configuration. The IPv6 address of the gateway (router). This field is `required` for the static configuration. * - DNS - - IPv6 address string + - IPv6 address string list, space delimited - The IPv6 address of the Domain Name System (DNS). This field is + The IPv6 address(es) of the Domain Name System (DNS). This field is `optional`. DNS setting can be used to override the DNS entries received from the DHCPv6 server or via Router Advertisements. * - DomainName