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 (p *Dns) Activate() error + func (p *Dns) Find(address net.IP) (DnsResult, error) + func (p *Dns) Name() string + type DnsResult struct + func (r *DnsResult) Points() int