From bb59d0431e5117f5f37c5307d30bf8f3d082eb8a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 30 Aug 2020 21:59:47 +0200 Subject: [PATCH] fix dns server description --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 8a309ed99..58a846bf0 100644 --- a/API.md +++ b/API.md @@ -491,7 +491,7 @@ Update information for a single interface | Option | Description | | --------- | ---------------------------------------------------------------------- | | `address` | The new IP address for the interface in the X.X.X.X/XX format | -| `dns` | Comma seperated list of DNS servers to use | +| `dns` | List of DNS servers to use | | `gateway` | The gateway the interface should use | | `method` | Set if the interface should use DHCP or not, can be `dhcp` or `static` |