add ttl to ZoneData

This commit is contained in:
Luna Yao
2026-03-31 23:11:56 +02:00
parent 09ba9a1203
commit 56f430bf10
6 changed files with 29 additions and 25 deletions
+1
View File
@@ -160,6 +160,7 @@ impl From<Zone> for proto::dns::ZoneData {
Self {
id: Some(value.id.into()),
origin: value.origin.to_string(),
ttl: 0,
records,
forwarders,
}