mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Co-authored-by: Yannik Sembritzki <yannik@sembritzki.org>
This commit is contained in:
committed by
GitHub
parent
83252ef641
commit
1b224444c0
@ -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 {
|
||||
|
Reference in New Issue
Block a user