]> git.ipfire.org Git - thirdparty/dnspython.git/commit
If a negative response has an SOA in the authority section, then 673/head
authorBob Halley <halley@dnspython.org>
Sun, 11 Jul 2021 21:23:48 +0000 (14:23 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 11 Jul 2021 21:23:48 +0000 (14:23 -0700)
commit34342b0ae673cc3e8698e10ec92fe849b6b20ef6
tree942fc3ceda96568711309f5a25ffda370d6f35db
parentbe479d0f89a0f3fa1e9a4ced7c4a756b346f4075
If a negative response has an SOA in the authority section, then
zone_for_name() will now use it to make the search more efficient.

zone_for_name() now has an optional lifetime parameter which limits the
total time that can be spent resolving.
dns/resolver.py
tests/test_resolver.py