This commit is contained in:
dayterr
2026-01-23 16:29:24 +03:00
parent 365a4991d2
commit 74c12914c9
17 changed files with 154 additions and 68 deletions

View File

@@ -10,6 +10,9 @@ type ListZones struct {
// Detailed information about the zone record
type RecordZone struct {
// If true, all nodes belonging to the given zone will be marked for autostart
AutoStart bool `json:"autostart"`
// ID
ID uint64 `json:"id"`