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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user