add DnsConfig and ZoneConfig with proto definitions

This commit is contained in:
Luna Yao
2026-02-05 18:30:09 +01:00
parent 7abdfd35e8
commit 3f3aec8edd
10 changed files with 319 additions and 15 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ use clap::Command;
use clap_complete::{Generator, Shell};
mod arch;
#[cfg(feature = "magic-dns")]
mod dns;
mod gateway;
pub mod instance;
mod peer_center;
mod vpn_portal;
#[cfg(feature = "magic-dns")]
mod dns;
pub mod common;
pub mod connector;