Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2023 Changes in this version + type DialWithDNS struct + DNSClient *brook.DNSClient + DOHClient *brook.DOHClient + Prefer string + func NewDialWithDNS(dns, prefer string) (*DialWithDNS, error) + func (p *DialWithDNS) IP(domain string) (net.IP, error) + func (p *DialWithDNS) TouchBrook()