Skip to content

Commit f635a0b

Browse files
committed
Updated docs
1 parent 949014c commit f635a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/driver.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ This setting does not terminate running queries.
147147
``resolver``
148148
------------
149149

150-
A custom resolver function to use for DNS resolution.
150+
A custom resolver function to resolve host and port values ahead of DNS resolution.
151151
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.
152153

153154
For example::
154155

0 commit comments

Comments
 (0)