Skip to content
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

always convert trusted proxies to string #1

Closed
wants to merge 1 commit into from

Conversation

gagalago
Copy link

fix getsentry#1274

Description

IPAddr.new only accept the address as a string but not as an IPAddr as suggested in the Rails documentation.

fix getsentry#1274

`IPAddr.new` only accept the address as a string but not as an `IPAddr` as suggested in the Rails documentation https://api.rubyonrails.org/classes/ActionDispatch/RemoteIp.html
@gagalago gagalago closed this Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with 4.2.0 -> IPAddr::AddressFamilyError: address family must be specified
1 participant