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
Basically, I don't want the server to be accessible from outside. Wondering if there is an easy way to set the IP like, 127.0.0.1 local only or 0.0.0.0 for any IP. Thanks
The text was updated successfully, but these errors were encountered:
I'm not sure what the use-case for this is, but I'm using Mongoku behind Nginx with Basic Authentication. You can allow access by IP address, too. You would just have to create a server.whitelist and put the following:
I know you asked for this to be included in Mongoku itself, but I would instead suggest this solutioon. Nginx and other proxies are specifically designed for access control and provide tons of different features to do so.
Basically, I don't want the server to be accessible from outside. Wondering if there is an easy way to set the IP like, 127.0.0.1 local only or 0.0.0.0 for any IP. Thanks
The text was updated successfully, but these errors were encountered: