Documentation ¶
Index ¶
- type Server
- func (s Server) DeregisterAllRecords()
- func (s Server) RegisterAAAARecord(domainName string, ipAddress net.IP)
- func (s Server) RegisterARecord(domainName string, ipAddress net.IP)
- func (s Server) RegisterMXRecord(domainName string, target string, preference uint16)
- func (s Server) SetTruncateDNS(domainName string)
- func (s Server) Start()
- func (s Server) Stop() error
- func (Server) URL() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (Server) DeregisterAllRecords ¶
func (s Server) DeregisterAllRecords()
func (Server) RegisterAAAARecord ¶
func (Server) RegisterARecord ¶
func (Server) RegisterMXRecord ¶
func (Server) SetTruncateDNS ¶
Click to show internal directories.
Click to hide internal directories.