Project

fastly-ips

0.0
No release in over 3 years
This library ensures Fastly IPs are trusted with by Ruby on Rails applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0
 Project Readme

Fastly IPs

LICENSE RubyGems GitHub Yard CircleCI

FastlyIPs assigns the proxy IPv4 and IPv6 fastly IPs allowing request.remote_ip to return back the actual IP instead of a fastly datacenter IP.

Installation

Configure the fastly IPs gem for any environment needed:

gem "fastly-ips"
$ bundle

Usage

Use request.remote_ip instead of request.ip to properly retrieve IPs:

request.remote_ip