Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 525 Bytes

File metadata and controls

19 lines (15 loc) · 525 Bytes
.. module:: dns.resolver

Stub Resolver

Dnspython's resolver module implements a "stub resolver", which does DNS recursion with the aid of a remote "full resolver" provided by an ISP or other service provider. By default, dnspython will use the full resolver specified by its host system, but another resolver can easily be used simply by setting the nameservers attribute.

.. toctree::

   resolver-class
   resolver-nameserver
   resolver-functions
   resolver-caching
   resolver-override