We connect directly connect to Mongodb we use sock5 method while connecting to Mongodb from our local machines to Altas( GCP) .
we use following connection string in mongocompass.
can you guide us on how to setup Mongo connection with Proxy
mongodb+srv://atlas_user:atlas_password@atlas.fv_cloud.mongodb.net/proxyHost=proxy_gcp.com&proxyPort=1080&proxyUsername=test&proxyPassword=ProxyPass
Thanks