:nodoc:
'AS32934'
9 10 11 12 13 14 15 16 17
# File 'lib/legitbot/meta.rb', line 9 def fetch_ip_ranges client = Irrc::Client.new client.query :radb, AS, source: :radb results = client.perform %i[ipv4 ipv6].map do |family| results[AS][family][AS] end.flatten end