Documentation ¶
Overview ¶
package dnscache provides an example async and multithreaded map based dnscache
package dnscache ...
Index ¶
- func CleanCache()
- func LookupAddr(addr string) ([]string, error)
- func LookupCNAME(host string) (string, error)
- func LookupHost(host string) ([]string, error)
- func LookupIP(host string) ([]net.IP, error)
- func LookupMX(host string) ([]*net.MX, error)
- func LookupNS(host string) ([]*net.NS, error)
- func LookupSRV(service, proto, name string) (string, []*net.SRV, error)
- func LookupTXT(host string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.