store DnsServer in GlobalCtx, load routes from DnsServer in ProxyCidrsMonitor

This commit is contained in:
Luna Yao
2026-04-06 11:54:02 +02:00
parent 3fc030de48
commit 86871b14d5
5 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ mod node;
mod node_mgr;
pub mod config;
mod peer_mgr;
mod server;
pub mod server;
mod utils;
pub mod zone;