remove fqdn from DnsConfig

l

l

plan: update

plan: update
This commit is contained in:
Luna Yao
2026-04-19 01:38:29 +02:00
parent cbb966d57c
commit 9feb548bc2
5 changed files with 23 additions and 54 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ mod tests {
) -> Arc<PeerManager> {
let ctx = get_mock_global_ctx();
let mut dns = ctx.config.get_dns();
dns.set_name(host);
dns.name = host.parse().unwrap();
dns.zones.push(
ZoneConfig::dedicated(
Some(Uuid::new_v4()),