Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditRecords ¶ added in v3.8.0
func AuditRecords(records []*models.RecordConfig) error
AuditRecords returns an error if any records are not supportable by this provider.
Types ¶
type SoaDefaults ¶ added in v3.9.0
type SoaDefaults struct {
Ns string `json:"master"`
Mbox string `json:"mbox"`
Serial uint32 `json:"serial"`
Refresh uint32 `json:"refresh"`
Retry uint32 `json:"retry"`
Expire uint32 `json:"expire"`
Minttl uint32 `json:"minttl"`
TTL uint32 `json:"ttl,omitempty"`
}
SoaDefaults contains the parts of the default SOA settings.
func (SoaDefaults) String ¶ added in v3.9.0
func (s SoaDefaults) String() string
Click to show internal directories.
Click to hide internal directories.