BetterErrors / BetterErrors/better_errors
Unable to make it work with c9.io
Open
- Dominant language
- Ruby
- Stars
- 6.9k
- Forks
- 430
- PR merge metrics
- No merged PRs in 30d
Description
I develop on cloud9.io. However, I am running afoul of the IP remote address issue.
I tried setting the allowed IP address when running the server as per the docs:
BetterErrors::Middleware.allow_ip! ENV['TRUSTED_IP'] if ENV['TRUSTED_IP']
TRUSTED_IP=66.68.96.220 rails s
but cloud9 changes the remote IP each time the server runs.
the range is always: "10.240.0.x"
Any way I can specify an IP range instead of a single IP address?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.