You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, there's no way to connect to a mongodb server via a SOCKS5 proxy.
Are you interested in such a feature?
I can see at least a couple of possible ways to support this:
Add explict SOCKS5 support (as an optional feature), which would likely introduce a (optional) dependency on some external socks client implementation.
Add support for providing a custom tcp "connect" function in some form in the options. This would not add any dependency, but would still allow users to easily hook in a SOCKS5 proxy, and probably other things too.
If you are interested, I am happy to have a go at implementing one of the above.
The text was updated successfully, but these errors were encountered:
We do have a backlogged ticket for implementing this in the Rust driver, and an associated specification. Unfortunately, implementing this isn't in our current roadmap - we'd welcome a contributed implementation! As I understand it, this would look like option 1 from your proposal, with a feature flag gating support and any dependencies it needs.
As far as I can tell, there's no way to connect to a mongodb server via a SOCKS5 proxy.
Are you interested in such a feature?
I can see at least a couple of possible ways to support this:
Add explict SOCKS5 support (as an optional feature), which would likely introduce a (optional) dependency on some external socks client implementation.
Add support for providing a custom tcp "connect" function in some form in the options. This would not add any dependency, but would still allow users to easily hook in a SOCKS5 proxy, and probably other things too.
If you are interested, I am happy to have a go at implementing one of the above.
The text was updated successfully, but these errors were encountered: