Project

nx-real-ip

0.0
No commit activity in last 3 years
No release in over 3 years
Get real ip address.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.14
~> 12.3, >= 12.3.3
 Project Readme

nx-real-ip

Get real ip address.

installation

# from gem
gem 'nx-real-ip'
# from git
gem 'nx-real-ip', git: 'git@github.com:afeiship/nx-real-ip.git'

usage

Nx::RealIp::get
Nx::RealIp::get(proxy:'http://120.234.63.196:3128')

# 220.11.10.123

build/publish

# build
gem build nx-real-ip.gemspec

# publish
gem push nx-real-ip-0.1.0.gem