File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -528,12 +528,12 @@ to modify the driver's behavior:
528
528
|
529
529
| **Default**: The operating system default
530
530
531
- .. note:: Connect to MongoDB by using a SOCK5 Proxy
531
+ .. note:: Connect to MongoDB by using a SOCKS5 Proxy
532
532
533
- You can use the ``applyToProxySettings()`` method to connect to MongoDB by using
534
- a SOCK5 Proxy. To learn how to use a SOCK5 Proxy and set proxy settings,
535
- see the :ref:`Connect to MongoDB by Using a SOCKS5 Proxy <java-connect-socks>`
536
- guide.
533
+ You can chain the ``applyToProxySettings()`` method to your socket settings to
534
+ connect to MongoDB by using a SOCKS5 Proxy. To learn how to use a SOCKS5 Proxy
535
+ and set proxy settings, see the :ref:`Connect to MongoDB by Using a SOCKS5 Proxy
536
+ <java-connect-socks>` guide.
537
537
538
538
.. _java-socketsettings-example:
539
539
You can’t perform that action at this time.
0 commit comments