mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-03 09:35:41 +00:00
proto: remove ttl from ZoneData
This commit is contained in:
@@ -7,9 +7,8 @@ package dns;
|
||||
message ZoneData {
|
||||
common.UUID id = 1;
|
||||
string origin = 2;
|
||||
uint32 ttl = 3;
|
||||
repeated string records = 4;
|
||||
repeated common.Url forwarders = 5;
|
||||
repeated string records = 3;
|
||||
repeated common.Url forwarders = 4;
|
||||
}
|
||||
|
||||
message GetExportConfigRequest {}
|
||||
|
||||
Reference in New Issue
Block a user