bind

package
v0.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2018 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteZoneFile

func WriteZoneFile(w io.Writer, records []dns.RR, origin string) error

WriteZoneFile writes a beautifully formatted zone file.

Types

type Bind

type Bind struct {
	DefaultNS  []string `json:"default_ns"`
	DefaultSoa SoaInfo  `json:"default_soa"`
	// contains filtered or unexported fields
}

Bind is the provider handle for the Bind driver.

func (*Bind) GetDomainCorrections

func (c *Bind) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error)

GetDomainCorrections returns a list of corrections to update a domain.

func (*Bind) GetNameservers

func (c *Bind) GetNameservers(string) ([]*models.Nameserver, error)

GetNameservers returns the nameservers for a domain.

type SoaInfo

type SoaInfo 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"`
}

SoaInfo contains the parts of a SOA rtype.

func (SoaInfo) String

func (s SoaInfo) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL