Sha256: 52295c85c5b984b558bc84838c12f1c0639b7ccd0a26a52282bacfa045ac6c1c
Contents?: true
Size: 1.13 KB
Versions: 17
Compression:
Stored size: 1.13 KB
Contents
module Jpmobile module Mobile module IpAddresses class Au < AbstractIpAddresses class << self def ip_address_list @@ip_address_list ||= [ "210.230.128.224/28", "121.111.227.160/27", "61.117.1.0/28", "219.108.158.0/27", "219.125.146.0/28", "61.117.2.32/29", "61.117.2.40/29", "219.108.158.40/29", "219.125.148.0/25", "222.5.63.0/25", "222.5.63.128/25", "222.5.62.128/25", "59.135.38.128/25", "219.108.157.0/25", "219.125.145.0/25", "121.111.231.0/25", "121.111.227.0/25", "118.152.214.192/26", "118.159.131.0/25", "118.159.133.0/25", "118.159.132.160/27", "111.86.142.0/26", "111.86.141.64/26", "111.86.141.128/26", "111.86.141.192/26", "118.159.133.192/26" ].map {|ip| IPAddr.new(ip) } end end end end end end
Version data entries
17 entries across 9 versions & 2 rubygems