How to remotely connect to MongoDB only from a specific IP address?
If in the settings you change bindIp from 127.0.0.1 to 0.0.0.0, then you can connect to the database from any address, and access is required only through a certain IP address.
How to remotely connect to MongoDB only from a specific IP address?
If in the settings you change bindIp from 127.0.0.1 to 0.0.0.0, then you can connect to the database from any address, and access is required only through a certain IP address.
Source: https://ru.stackoverflow.com/questions/840438/
All Articles