Documentation ¶
Overview ¶
Generate zonefiles. This generates a zonefile that prioritizes beauty over efficiency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bind ¶
type Bind struct { DefaultNS []string `json:"default_ns"` DefaultSoa SoaInfo `json:"default_soa"` // contains filtered or unexported fields }
func (*Bind) GetDomainCorrections ¶
func (c *Bind) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)
func (*Bind) GetNameservers ¶
func (c *Bind) GetNameservers(string) ([]*models.Nameserver, error)
Click to show internal directories.
Click to hide internal directories.