This commit is contained in:
Luna Yao
2026-04-17 17:45:43 +02:00
parent 6b01554c17
commit a60f101bda
13 changed files with 137 additions and 168 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ impl Instance {
}
#[cfg(feature = "magic-dns")]
self.dns.start();
self.dns.start()?;
if self.global_ctx.config.get_dhcp() {
self.check_dhcp_ip_conflict();