Sha256: 8620966ba965a6eddfa287f4ca5d8e1c6f02fc7e54747b09ffe248bcfada9640
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
# = IPアドレス帯域テーブル(手動更新分) # == DoCoMo # http://www.nttdocomo.co.jp/service/imode/make/content/ip/index.html # 2008/09現在 Jpmobile::Mobile::Docomo::IP_ADDRESSES = %w( 210.153.84.0/24 210.136.161.0/24 210.153.86.0/24 124.146.174.0/24 124.146.175.0/24 ).map {|ip| IPAddr.new(ip) }
Version data entries
5 entries across 3 versions & 1 rubygems