Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResolverLive ¶
func NewResolverLive(filename string) *dnsLive
func NewResolverPreloaded ¶
Types ¶
type DnsResolver ¶
type DnsResolver interface {
GetTxt(string) ([]string, error) // Given a DNS label, return the TXT values records.
}
DnsResolver looks up txt strings associated with a FQDN.
Click to show internal directories.
Click to hide internal directories.