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

api: network_zones_dns_contact

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

View File

@@ -2970,3 +2970,7 @@ This adds a new `X-Incus-force` HTTP header that when set to `true` allows for r
## `nic_sriov_select_ext`
Adds support for selecting an SR-IOV network interface by vendor ID, product ID, or PCI address.
## `network_zones_dns_contact`
Adds a `dns.contact` configuration key to network zones.

View File

@@ -515,6 +515,7 @@ var APIExtensions = []string{
"oidc_allowed_subnets",
"file_delete_force",
"nic_sriov_select_ext",
"network_zones_dns_contact",
}
// APIExtensionsCount returns the number of available API extensions.