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
+1 -3
View File
@@ -10,11 +10,9 @@ pub mod client_instance;
pub mod runner;
#[cfg(feature = "magic-dns")]
pub mod server_instance;
#[cfg(feature = "magic-dns")]
pub mod system_config;
#[cfg(all(test, feature = "tun", feature = "magic-dns"))]
mod tests;
pub mod tests;
pub static MAGIC_DNS_INSTANCE_ADDR: &str = "tcp://127.0.0.1:49813";
pub static MAGIC_DNS_FAKE_IP: &str = "100.100.100.101";