We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This nice tool should also support IPv6 addresses. In 2022 it is getting more and more relevant.
None of these are currently working:
uriObj = mongoURI.parse("mongodb://user:password@[::1]:27017/mip?authSource=admin"); uriObj = mongoURI.parse("mongodb://user:password@[fe80::81e6:5666:f147:7ef8]:27017/mip?authSource=admin"); uriObj = mongoURI.parse("mongodb://[fe80::81e6:5666:f147:7ef8]:27017/mip?authSource=admin"); uriObj = mongoURI.parse("mongodb://[::1]:27017");
See my proposal at https://github.com/Wernfried/mongodb-uri-node/blob/patch-1/mongodb-uri.js
Best Regards Wernfried
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This nice tool should also support IPv6 addresses. In 2022 it is getting more and more relevant.
None of these are currently working:
See my proposal at https://github.com/Wernfried/mongodb-uri-node/blob/patch-1/mongodb-uri.js
Best Regards
Wernfried
The text was updated successfully, but these errors were encountered: