remove old magic-dns

This commit is contained in:
Luna Yao
2026-04-06 11:54:47 +02:00
parent 8559de1857
commit d9d211c5a4
13 changed files with 7 additions and 1826 deletions
-4
View File
@@ -1080,10 +1080,6 @@ impl NetworkOptions {
.enable_relay_foreign_network_quic
.unwrap_or(f.enable_relay_foreign_network_quic);
f.disable_sym_hole_punching = self.disable_sym_hole_punching.unwrap_or(false);
// Configure tld_dns_zone: use provided value if set
if let Some(tld_dns_zone) = &self.tld_dns_zone {
f.tld_dns_zone = tld_dns_zone.clone();
}
cfg.set_flags(f);
if !self.exit_nodes.is_empty() {