Provide a higher level interface to pydns. More...
Classes | |
class | Session |
Functions | |
def | DNSLookup |
Lookup DNS records by label and RR type. | |
Variables | |
int | MAX_CNAME = 10 |
tuple | s = Session() |
Provide a higher level interface to pydns.
def Milter.dns.DNSLookup | ( | name, | ||
qtype | ||||
) |
Lookup DNS records by label and RR type.
The response can include records of other types that the DNS server thinks we might need.
name | the DNS label to lookup | |
qtype | the name of the DNS RR type to lookup |