add tld-dns-zone for customizing top-level domain (TLD) zone (#1436)

This commit is contained in:
agusti moll
2025-10-03 18:18:10 +02:00
committed by GitHub
parent ad7dc3a129
commit 5e48626cb9
9 changed files with 91 additions and 40 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ struct MagicDnsContainer {
}
// nic container will be cleared when dhcp ip changed
pub(crate) struct NicCtxContainer {
pub struct NicCtxContainer {
nic_ctx: Option<Box<dyn Any + 'static + Send>>,
magic_dns: Option<MagicDnsContainer>,
}