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

IPv6 localhost on OS X #5

Open
assaf opened this issue Apr 29, 2009 · 1 comment
Open

IPv6 localhost on OS X #5

assaf opened this issue Apr 29, 2009 · 1 comment

Comments

@assaf
Copy link

assaf commented Apr 29, 2009

On OS X IPv6 is enabled by default, and local requests are coming from ::1 instead of 127.0.0.1. The following change to options will match both IPv4 and IPv6 localhost:

 'rack-bug.ip_masks' => [IPAddr.new("127.0.0.1"), IPAddr.new('::1')],
@yaroslav
Copy link
Contributor

Can you make the patch? It'll probably be faster :)

oggy pushed a commit to oggy/rack-bug that referenced this issue Sep 13, 2012
Call original Redis::Client#call in redis extension.
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

No branches or pull requests

2 participants