Sha256: a71f468bdc02ed2e731aff14003bff4074f62859720521cbe28cdb83cb092296
Contents?: true
Size: 423 Bytes
Versions: 9
Compression:
Stored size: 423 Bytes
Contents
# -*- coding: utf-8 -*- # = IPアドレス帯域テーブル(手動更新分) # == SoftBank # http://developers.softbankmobile.co.jp/dp/tech_svc/web/ip.php # 2007/10/09現在 Jpmobile::Mobile::Softbank::IP_ADDRESSES = %w( 123.108.236.0/24 123.108.237.0/27 202.179.204.0/24 202.253.96.224/27 210.146.7.192/26 210.146.60.192/26 210.151.9.128/26 210.175.1.128/25 211.8.159.128/25 210.175.1.128/25 ).map {|ip| IPAddr.new(ip) }
Version data entries
9 entries across 7 versions & 1 rubygems