1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

HOSTINGDE: Fix pushing changes when templateValues are set (fixes #2024) (#2035)

Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
This commit is contained in:
Yannik Sembritzki
2023-02-01 10:57:54 +08:00
committed by GitHub
parent 83252ef641
commit 1b224444c0

View File

@ -69,8 +69,9 @@ type zoneConfig struct {
// TTL uint32 `json:"ttl"`
// NegativeTTL uint32 `json:"negativeTtl"`
// } `json:"soaValues,omitempty"`
Type string `json:"type"`
ZoneTransferWhitelist []string `json:"zoneTransferWhitelist"`
Type string `json:"type"`
TemplateValues json.RawMessage `json:"templateValues,omitempty"`
ZoneTransferWhitelist []string `json:"zoneTransferWhitelist"`
}
type zone struct {