mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 10:25:40 +00:00
add tld-dns-zone for customizing top-level domain (TLD) zone (#1436)
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user