# Functions
No description provided by the author
No description provided by the author
IsTLD checks if a given TLD exists in the map (case-insensitively).
Loads and processes the provided tldData as a plain text file with each TLD on it's own line.
NewAAAARecord creates a new AAAA record.
NewARecord creates a new A record.
NewCNAMERecord creates a new CNAME record.
No description provided by the author
NewDNSKEYRecord creates a new DNSKEY record.
NewDSRecord creates a new DS record.
NewMXRecord creates a new MX record.
NewNSRecord creates a new NS record.
NewRRSIGRecord creates a new signed RRset.
NewService creates a new DNSService instance.
NewSOARecord creates a new SOA record.
NewSRVRecord creates a new SRV record.
NewTXTRecord creates a new TXT record.
ParseDomainName parses a fully qualified domain name (FQDN) into its hostname, subdomains, root domain, and TLD.
No description provided by the author
Saves a new zone file to the datastore.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Define log to be a logger with the plugin name in it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error for unsupported record types.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DNSService handles zone and record operations.
TrustedPlatformPlugin is the struct implementing the plugin.Handler interface.
# Type aliases
RecordParserFunc defines a function type for parsing DNS records.