We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: v0.3.1 (from hex.pm)
v0.3.1
Environment: Phoenix app in Kubernetes, behind CloudFlare CDN
Problem: IPv6 requests end up crashing on this line:
(reverse_proxy) lib/reverse_proxy/runner.ex:91: ReverseProxy.Runner.ip_to_string({0, 0, 0, 0, 0, 65535, 2624, 62194})
Solution It seems to have been fixed in 36efe89 - it's just a matter of releasing it to Hex?
Temporary workaround I switched to using this in my mix.exs
{:reverse_proxy, github: "slogsdon/elixir-reverse-proxy"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
v0.3.1
(from hex.pm)Environment: Phoenix app in Kubernetes, behind CloudFlare CDN
Problem:
IPv6 requests end up crashing on this line:
Solution
It seems to have been fixed in 36efe89 - it's just a matter of releasing it to Hex?
Temporary workaround
I switched to using this in my mix.exs
The text was updated successfully, but these errors were encountered: