feat(dns): add dns options

This commit is contained in:
Simon Cornet 2026-04-29 18:05:54 +02:00
commit 9ce3d2b888
3 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Manage core Operating System components and system defaults.
|----------------|----------|--------------------------|--------------------------------|
| `dns_servers` | No | `["192.168.10.1"]` | List of DNS nameservers to use |
| `dns_search` | No | `["example.internal"]` | List of search domains to use |
| `dns_options` | No | `[]` | List of resolver options |
### NTP Configuration