get_all_country_ranges {iptools}R Documentation

Fetch all country CIDR blocks

Description

Iterates through all the country codes and returns a named list of CIDR blocks for all those countries.

Usage

get_all_country_ranges()

Value

named list of character vectors of CIDR blocks

Note

This is an expensive operation as it pulls 249 files from http://www.iwik.org/ipcountry/. Try not to do this too often.


[Package iptools version 0.6.1 Index]