move system_config to dns::system

This commit is contained in:
Luna Yao
2026-04-06 11:54:02 +02:00
parent 202d8ec121
commit 4ed9cbc4a1
7 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
pub mod config;
mod node;
mod node_mgr;
pub mod config;
mod peer_mgr;
pub mod server;
pub mod system;
mod utils;
pub mod zone;