You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/network_bridge.md
+1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ Key | Type | Condition | Defau
64
64
`bridge.external_interfaces` | string | - | - | Comma-separated list of unconfigured network interfaces to include in the bridge
65
65
`bridge.hwaddr` | string | - | - | MAC address for the bridge
66
66
`bridge.mtu` | integer | - | `1500` | Bridge MTU (default varies if tunnel in use)
67
+
`dns.nameservers` | string | - | IPv4 and IPv6 address | DNS server IPs to advertise to DHCP clients and via Router Advertisements. Both IPv4 and IPv6 addresses get pushed via DHCP, and IPv6 addresses are also advertised as RDNSS via RA.
67
68
`dns.domain` | string | - | `incus` | Domain to advertise to DHCP clients and use for DNS resolution
68
69
`dns.mode` | string | - | `managed` | DNS registration mode: `none` for no DNS record, `managed` for Incus-generated static records or `dynamic` for client-generated records
69
70
`dns.search` | string | - | - | Full comma-separated domain search list, defaulting to `dns.domain` value
Copy file name to clipboardExpand all lines: doc/reference/network_ovn.md
+1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Key | Type | Condition | Defau
45
45
`bridge.external_interfaces` | string | - | - | Comma-separated list of unconfigured network interfaces to include in the bridge
46
46
`bridge.hwaddr` | string | - | - | MAC address for the bridge
47
47
`bridge.mtu` | integer | - | `1442` | Bridge MTU (default allows host to host Geneve tunnels)
48
+
`dns.nameservers` | string | - | Uplink DNS servers (IPv4 and IPv6 address if no uplink is configured) | DNS server IPs to advertise to DHCP clients and via Router Advertisements. Both IPv4 and IPv6 addresses get pushed via DHCP, and the first IPv6 address is also advertised as RDNSS via RA.
48
49
`dns.domain` | string | - | `incus` | Domain to advertise to DHCP clients and use for DNS resolution
49
50
`dns.search` | string | - | - | Full comma-separated domain search list, defaulting to `dns.domain` value
50
51
`dns.zone.forward` | string | - | - | Comma-separated list of DNS zone names for forward DNS records
0 commit comments