diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index f0332efd..f84f30c4 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -122,3 +122,14 @@ The following examples show how to connect to a MongoDB replica set running on p .. note:: Replica Set in Docker .. sharedinclude:: dbx/docker-replica-set.rst + +DNS Service Discovery +--------------------- + +.. sharedinclude:: dbx/srv-polling.rst + + .. replacement:: srv-uri + + .. code-block:: kotlin + + val uri = "mongodb+srv:///" \ No newline at end of file