fix dns server description

This commit is contained in:
Pascal Vizeli 2020-08-30 21:59:47 +02:00 committed by GitHub
parent 1c7b1f1462
commit bb59d0431e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
API.md
View File

@ -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` |