chore: move all config to a dedicated mod

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent f9108672e6
commit 87713e96b7
9 changed files with 295 additions and 275 deletions
+6
View File
@@ -0,0 +1,6 @@
mod constants;
pub use constants::*;
mod dns;
pub use dns::*;
mod policy;
mod zone;