We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f4cbb commit 2dea325Copy full SHA for 2dea325
1 file changed
README.md
@@ -66,6 +66,8 @@ but adapted to expose raw Sockets, instead of just http/https requests.
66
67
68
## Usage - MongoDB
69
+The socks package needs to be added to your package.json dependencies for this to work.
70
+See the MongoDB documentation for details: https://www.mongodb.com/docs/drivers/node/current/security/socks/
71
72
import * as mongo from 'mongodb';
73
import { useProxyForMongo } from '@journeyapps/https-proxy-socket';
0 commit comments