Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyResponse = errors.New("empty response")
ErrEmptyResponse indicates that DNS query succeeded but no answer was returned.
View Source
var FakeIPv4Pool = "198.18.0.0/15"
View Source
var FakeIPv6Pool = "fc00::/18"
Functions ¶
func ClientType ¶
func ClientType() interface{}
ClientType returns the type of Client interface. Can be used for implementing common.HasType.
xray:api:beta
func RCodeFromError ¶
Types ¶
type Client ¶
type Client interface { features.Feature // LookupIP returns IP address for the given domain. IPs may contain IPv4 and/or IPv6 addresses. LookupIP(domain string, option IPOption) ([]net.IP, error) }
Client is a Website feature for querying DNS information.
xray:api:stable
type FakeDNSEngine ¶
type FakeDNSEngineRev0 ¶ added in v0.0.4
type HostsLookup ¶ added in v0.0.4
type RCodeError ¶
type RCodeError uint16
func (RCodeError) Error ¶
func (e RCodeError) Error() string
Click to show internal directories.
Click to hide internal directories.