proto: remove ttl from ZoneData

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 90409bfcaa
commit 129f696a65
2 changed files with 2 additions and 7 deletions
-4
View File
@@ -22,10 +22,6 @@ impl Display for ZoneData {
}
writeln!(f)?;
writeln!(f, "$TTL {}", self.ttl)?;
writeln!(f)?;
for record in &self.records {
writeln!(f, "{}", record)?;
}