- Bump minimum supported Elixir version to 1.12
- Fix deprecation warning around default step in range; see #35
Unclaimed project
Are you a maintainer of remote_ip? Claim this project to take control of your public changelog and roadmap.
Changelog
A plug to rewrite the Plug.Conn's remote_ip based on forwarding headers.
Logger metadata; see #22RemoteIp.OptionsRemoteIp.DebuggerFixes issue where bad Unicode input in the headers would raise an exception. See #19.
New functionality! 🎉
RemoteIp.from/2 so you can retrieve the retrieve the originating client IP from a given list of headers without using a plug. See #9 for background.RemoteIp.init/1 the new :clients option, which lets you override the default loopback/reserved addresses automatically appended to :proxies. See #8, #10, and #11 for background.