We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949014c commit f635a0bCopy full SHA for f635a0b
docs/source/driver.rst
@@ -147,8 +147,9 @@ This setting does not terminate running queries.
147
``resolver``
148
------------
149
150
-A custom resolver function to use for DNS resolution.
+A custom resolver function to resolve host and port values ahead of DNS resolution.
151
This function is called with a 2-tuple of (host, port) and should return an iterable of tuples as would be returned from ``getaddrinfo``.
152
+If no custom resolver function is supplied, the internal resolver moves straight to regular DNS resolution.
153
154
For example::
155
0 commit comments