add DnsConfig and ZoneConfig with proto definitions

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 7abdfd35e8
commit 3f3aec8edd
10 changed files with 319 additions and 15 deletions
+2
View File
@@ -4,6 +4,8 @@ pub mod rpc_types;
pub mod acl;
pub mod api;
pub mod common;
#[cfg(feature = "magic-dns")]
pub mod dns;
pub mod error;
#[cfg(feature = "magic-dns")]
pub mod magic_dns;