1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

doc: Update configs

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2026-01-21 22:39:07 -05:00
parent b939dae106
commit e4db78f8c4
2 changed files with 15 additions and 0 deletions

View File

@@ -4173,6 +4173,13 @@ User keys can be used in search.
<!-- config group network_sriov-common end -->
<!-- config group network_zone-common start -->
```{config:option} dns.contact network_zone-common
:required: "no"
:shortdesc: "Admin contact email for DNS server"
:type: "string"
```
```{config:option} dns.nameservers network_zone-common
:required: "no"
:shortdesc: "Comma-separated list of DNS server FQDNs (for NS records)"

View File

@@ -4727,6 +4727,14 @@
"network_zone": {
"common": {
"keys": [
{
"dns.contact": {
"longdesc": "",
"required": "no",
"shortdesc": "Admin contact email for DNS server",
"type": "string"
}
},
{
"dns.nameservers": {
"longdesc": "",