mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-31 00:09:22 +00:00
add ttl to ZoneData
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user