remove fqdn from DnsExportConfig

This commit is contained in:
Luna Yao
2026-04-19 00:19:24 +02:00
parent 6db0be00ad
commit cbb966d57c
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -712,7 +712,6 @@ impl DnsGlobalCtxExt for GlobalCtx {
.filter(|z| z.policy.export.as_ref().is_some_and(|f| !f.disabled)) // TODO: check policies of parent zones
.map(Into::into)
.collect(),
fqdn: self.config.get_dns().get_fqdn().to_string(),
}
}