-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
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
Whitelist IP is incorrectly matched #238
Comments
Are you using |
I am using Heroku. Locally i've tested it with Docker, had no issues. |
once i allowed 0.0.0.0/0 it actually worked. |
See #171. You can install Web Console up to |
version 2.3
config.web_console.whitelisted_ips = %w(127.0.0.1 172.0.0.0/8)
config.web_console.development_only = false
Cannot render console from 172.56.17.176! Allowed networks: 127.0.0.1, 172.0.0.0/172.255.255.255, 127.0.0.0/127.255.255.255, ::1
The text was updated successfully, but these errors were encountered: