Versions in this module Expand all Collapse all v0 v0.0.6 Dec 7, 2023 v0.0.5 Dec 5, 2023 Changes in this version + type Dns struct + func New() *Dns + func (c *Dns) A(host string) (records []string, err error) + func (c *Dns) CNAME(host string) (records string, err error) + func (c *Dns) MX(host string) ([]string, error) + func (c *Dns) TXT(host string) (records []string, err error)