import "github.com/v2ray/v2ray-core/features/dns"
ErrEmptyResponse indicates that DNS query succeeded but no answer was returned.
func ClientType() interface{}
ClientType returns the type of Client interface. Can be used for implementing common.HasType.
v2ray:api:beta
type Client interface { features.Feature // LookupIP returns IP address for the given domain. IPs may contain IPv4 and/or IPv6 addresses. LookupIP(domain string) ([]net.IP, error) }
Client is a V2Ray feature for querying DNS information.
v2ray:api:stable
IPv4Lookup is an optional feature for querying IPv4 addresses only.
v2ray:api:beta
IPv6Lookup is an optional feature for querying IPv6 addresses only.
v2ray:api:beta
func (e RCodeError) Error() string
Path | Synopsis |
---|---|
localdns |
Package dns imports 4 packages (graph). Updated 2019-03-18. Refresh now. Tools for package owners.