|
|
|
|
|
|
|
_wait_for(fd,
readable,
writable,
error,
expiration) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_destination_and_source(af,
where,
port,
source,
source_port) |
source code
|
|
dns.message.Message object
|
udp(q,
where,
timeout=None,
port=53,
af=None,
source=None,
source_port=0,
ignore_unexpected=False,
one_rr_per_rrset=False)
Return the response obtained after sending a query via UDP. |
source code
|
|
|
|
|
|
|
|
dns.message.Message object
|
tcp(q,
where,
timeout=None,
port=53,
af=None,
source=None,
source_port=0,
one_rr_per_rrset=False)
Return the response obtained after sending a query via TCP. |
source code
|
|
generator of dns.message.Message objects.
|
xfr(where,
zone,
rdtype=252,
rdclass=1,
timeout=None,
port=53,
keyring=None,
keyname=None,
relativize=True,
af=None,
lifetime=None,
source=None,
source_port=0,
serial=0,
use_udp=False,
keyalgorithm=<DNS name HMAC-MD5.SIG-ALG.REG.INT.>)
Return a generator for the responses to a zone transfer. |
source code
|
|