0.0
No commit activity in last 3 years
No release in over 3 years
Spys proxy for next.
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-spys-proxy

Spys proxy.

installation

# from gem
gem 'nx-spys-proxy'
# from git
gem 'nx-spys-proxy', git: 'git@github.com:afeiship/nx-spys-proxy.git'

usage

Nx::SpysProxy::fetch

# results
[
  {
    :ip => "202.105.136.92",
    :port => "3128",
  },
  {
    :ip => "223.247.158.170",
    :port => "8080",
  },
  {
    :ip => "114.67.71.90",
    :port => "80",
  },
  # ... total: 93
]

build/publish

# build
gem build nx-spys-proxy.gemspec

# publish
gem push nx-spys-proxy-0.1.0.gem

resources