Codebase list dnspython / 71b2f338-91d2-4ef3-b669-b7b9c0224ce9/main doc / resolver.rst
71b2f338-91d2-4ef3-b669-b7b9c0224ce9/main

Tree @71b2f338-91d2-4ef3-b669-b7b9c0224ce9/main (Download .tar.gz)

resolver.rst @71b2f338-91d2-4ef3-b669-b7b9c0224ce9/mainraw · history · blame

.. module:: dns.resolver
.. _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 specifed by its host system, but another resolver can easily
be used simply by setting the *nameservers* attribute.

.. toctree::

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