Skip to content

blocklist.configserver.dev

CSF's blocklist.configserver.dev provides short, stable URLs for CSF’s official blocklists and other repo-hosted IPSETs. Accessing a URL returns the raw ipset file (one IP or CIDR per line), making it easy to consume and implement with CSF's blocklist feature. A JSON API is also available for statistical data, showing counts and metadata, while by default the plain text lists are served for direct consumption by tools.

IPSET files are formatted one entry per line (IP or CIDR), fully compatible with CSF. Administrators can add the URLs to /etc/csf/csf.blocklists or /etc/csf/csf.deny, allowing CSF to automatically apply the entries as iptables rules or via IPSET. The raw format is also easy to script against, mirror, or integrate into firewall automation workflows.

The blocklists aggregate trusted sources, including high-confidence feeds like AbusiveIPDB top offenders, known brute-force ranges, port scanners, and botnets. While built for CSF, the lists can also be used with Fail2Ban, FireHOL, pfSense, Shorewall, and other compatible firewall tools.

Read the chapter Blocklists for more information about this feature and service.




About Blocklists

A blocklist is a collection of IP addresses or entire networks (CIDRs) that you don’t want accessing your server. When an IP on the blocklist attempts to connect, CSF blocks the request, helping to protect your system from unwanted or malicious traffic.

Blocklists are powerful because they let you deny connections from known bad actors automatically. This includes IPs flagged for brute-force attacks, spam, port scanning, or other suspicious activity. Instead of manually adding rules for each offender, CSF can apply a list of rules that you maintain or import from external sources.

Many blocklists are published and maintained by security organizations that track malicious activity worldwide. By subscribing to these maintained blocklists, you can keep your server automatically protected from known threats without the need for constant manual intervention.




Usage

This section explains the different ways you can access and work with our blocklist service.


Get IPSET

By default, each blocklist is served as a plain text file containing IP addresses and CIDR ranges.
All lists are available as .ipset files and can be retrieved directly over HTTP.

For example, you can open the following URL in your browser or use curl to download the master blocklist:

This file can then be imported into CSF, FireHOL, or any firewall, security tool, or monitoring system that supports ipsets.


Get JSON API

Beyond simple blocklist retrieval, the service also provides an API with a statistics endpoint.
By appending the query parameter ?stats=true to any .ipset file, the server will return metadata instead of the raw list.

The statistics response is provided in JSON format and includes details such as the list name, source, number of entries, size, and timestamps.

Example response:

https://blocklist.configserver.dev/master.ipset
{
  "name": "Master Blocklist",
  "id": "master_ipset",
  "filename": "master.ipset",
  "category": "Master",
  "uuid": "ae40fa01-270d-3a98-98eb-249207584724",
  "source": "https://raw.githubusercontent.com/Aetherinox/csf-firewall/main/blocklists/master.ipset",
  "url": "https://raw.githubusercontent.com/Aetherinox/csf-firewall/main/blocklists/master.ipset",
  "subnets": 5387,
  "ips_single": 425310,
  "ips_total": 612962028,
  "client_ip": "127.0.0.1",
  "timestamp": "2025-09-27T15:36:37.954Z",
  "date": "09-27-2025 08:36:38",
  "took": "0m 02s",
  "took_ms": 2001
}




Add Blocklists to CSF

To use our blocklist.configserver.dev service, select the lists you want to add to CSF from the blocklists section below.

For example, you might add the lists master.ipset and highrisk.ipset.

Open your /etc/csf/csf.blocklists and add the following:

# #
#   @blocklist              Official CSF Blocklists
#   @details:               https://aetherinox.github.io/csf-firewall/usage/blocklists/#official-blocklists
#                           https://aetherinox.github.io/csf-firewall/advanced/services/blocklist.configserver
#   
#   The official CSF blocklists contain a large number of IPs which range from various 
#   different services, including AbuseIPDB (100% confidency).
#   
#   You can also use our blocklist service:
#       https://blocklist.configserver.dev/master.ipset
#       https://blocklist.configserver.dev/highrisk.ipset
#   
#   We offer many others, but these two are the primary ones.
#   
#   Requires you to edit /etc/csf/csf.conf setting:
#       LF_IPSET_MAXELEM = "4000000"
# #

CSF_MASTER   | 43200 | 0      | https://blocklist.configserver.dev/master.ipset
CSF_HIGHRISK | 43200 | 0      | https://blocklist.configserver.dev/highrisk.ipset




Blocklists

The following lists outline the blocklists that are available to use with our blocklist service


Risk Assessments

The lists in this README use and icons to indicate risk levels. More stars mean higher risk. Lists marked as High or Critical should be added to your CSF blocklist to secure your server. Lower-risk lists are optional and can be added at your discretion.

Our automated CI generates this risk assessment each day.


Rating Risk Description
⚝⚝⚝⚝⚝ No Risk IPs pose no real threat, but possibly suspected
★⚝⚝⚝⚝ Low Risk IPs pose minimal threat
★★⚝⚝⚝ Moderate Risk IPs may cause issues; monitor carefully
★★★⚝⚝ Elevated Risk IPs are risky; consider blocking
★★★★⚝ High Risk IPs are dangerous; likely to cause harm
★★★★★ Critical Risk IPs are highly dangerous; block immediately


Main Lists

These are the primary IPSETs that most people will be interested in. They contain a large number of IP addresses that have been reported recently for abusive behavior. These statistics are gathered from multiple sources, such as AbuseIPDB and IPThreat. IPs on this list have a 100% confidence level, meaning you should encounter no false positives from any of the IPs included.

IP addresses in these lists have been flagged for engaging in activities such as:

  • SSH Bruteforcing
  • Port Scanning
  • DDoS Attacks
  • IoT Targeting
  • Phishing


For most users, the blocklists master.ipset and highrisk.ipset are all you need. They contain a massive collection of IP addresses, all with a 100% confidence level, meaning you should encounter none or minimal false positives.

Set Name Description Risk View
master.ipset Abusive IP addresses which have been reported for port scanning and SSH brute-forcing. HIGHLY recommended.
Includes AbuseIPDB, IPThreat, CinsScore, GreensNow
★★★★★ view
highrisk.ipset IPs with highest risk to your network and have a possibility that the activity which comes from them are going to be fraudulent. ★★★★★ view


Privacy

These blocklists help you control which third-party services can access your server, allowing you to block bad actors or unwanted service providers.


Set Description Risk View
privacy_general.ipset Servers which scan ports for data collection and research purposes.
List includes Censys, Shodan, Project25499, InternetArchive, Cyber Resilience, Internet Measurement, probe.onyphe.net, Security Trails
★★★★⚝ view
privacy_ahrefs.ipset Ahrefs SEO and services ★★⚝⚝⚝ view
privacy_amazon_aws.ipset Amazon AWS ★★⚝⚝⚝ view
privacy_amazon_ec2.ipset Amazon EC2 ★★⚝⚝⚝ view
privacy_applebot.ipset Apple Bots ★★★⚝⚝ view
privacy_bing.ipset Microsoft Bind and Bing Crawlers / Bots ★★⚝⚝⚝ view
privacy_bunnycdn.ipset Bunny CDN ★★⚝⚝⚝ view
privacy_cloudflarecdn.ipset Cloudflare CDN ★★⚝⚝⚝ view
privacy_cloudfront.ipset Cloudfront DNS ★⚝⚝⚝⚝ view
privacy_duckduckgo.ipset DuckDuckGo Web Crawlers / Bots ★★⚝⚝⚝ view
privacy_facebook.ipset Facebook Bots & Trackers ★★★⚝⚝ view
privacy_fastly.ipset Fastly CDN ★⚝⚝⚝⚝ view
privacy_google.ipset Google Crawlers ★★⚝⚝⚝ view
privacy_pingdom.ipset Pingdom Monitoring Service ★★⚝⚝⚝ view
privacy_rssapi.ipset RSS API Reader ★★⚝⚝⚝ view
privacy_stripe_api.ipset Stripe Payment Gateway API ★★⚝⚝⚝ view
privacy_stripe_armada_gator.ipset Stripe Armada Gator ★★⚝⚝⚝ view
privacy_stripe_webhooks.ipset Stripe Webhook Service ★★⚝⚝⚝ view
privacy_telegram.ipset Telegram Trackers and Crawlers ★★★⚝⚝ view
privacy_uptimerobot.ipset Uptime Robot Monitoring Service ★⚝⚝⚝⚝ view
privacy_webpagetest.ipset Webpage Test Services ★★⚝⚝⚝ view




Spam

These blocklists help prevent known spam sources from accessing your server. They include IPs identified by services like Spamhaus as well as spammers targeting forums and other online platforms.


Set Description Risk View
spam_forums.ipset List of known forum / blog spammers and bots ★★★⚝⚝ view
spam_spamhaus.ipset Bad actor IP addresses registered with Spamhaus ★★★★⚝ view




Internet Service Providers

These blocklists allow you to filter traffic based on Internet Service Providers (ISPs). They can be used to block or restrict access from specific networks or providers.


Set Description Risk View
isp_aol.ipset AOL Internet Service Provider IPs ★⚝⚝⚝⚝ view
isp_att.ipset AT&T Internet Service Provider IPs ★⚝⚝⚝⚝ view
isp_cablevision.ipset Cablevision / Optimum ISP IPs ★⚝⚝⚝⚝ view
isp_charter_spectrum_timewarnercable.ipset Charter/Spectrum/TWC ISP IPs ★⚝⚝⚝⚝ view
isp_comcast.ipset Comcast / Xfinity ISP IPs ★⚝⚝⚝⚝ view
isp_cox_communications.ipset Cox Communications ISP IPs ★⚝⚝⚝⚝ view
isp_embarq.ipset Embarq / CenturyLink ISP IPs ★⚝⚝⚝⚝ view
isp_frontier_communications.ipset Frontier Communications ISP IPs ★⚝⚝⚝⚝ view
isp_qwest.ipset Qwest / CenturyLink ISP IPs ★⚝⚝⚝⚝ view
isp_spacex_starlink.ipset SpaceX Starlink satellite ISP IPs ★⚝⚝⚝⚝ view
isp_sprint.ipset Sprint ISP IPs ★⚝⚝⚝⚝ view
isp_suddenlink_altice_optimum.ipset Suddenlink / Altice / Optimum ISP IPs ★⚝⚝⚝⚝ view
isp_verizon.ipset Verizon ISP IPs ★⚝⚝⚝⚝ view




Transmission (BitTorrent Client)

This section includes blocklists which you can import into the bittorrent client Transmission.



Set Description Risk View Website
transmission.ipset A large blocklist for the BitTorrent client Transmission ★★★★★ view view




Continents (GeoLite2)

These blocklists let you control which geographical locations can access your server. They can be used as either a whitelist or a blacklist and include both continents and countries.

All data is sourced directly from the GeoLite2 Database.


Set Description Risk View
continent_africa.ipset All IPs located in Africa ★★★⚝⚝ view
continent_antartica.ipset All IPs located in Antarctica ⚝⚝⚝⚝⚝ view
continent_asia.ipset All IPs located in Asia ★★★★⚝ view
continent_europe.ipset All IPs located in Europe ★★★⚝⚝ view
continent_north_america.ipset All IPs located in North America ★★★★⚝ view
continent_oceania.ipset All IPs located in Oceania ★⚝⚝⚝⚝ view
continent_south_america.ipset All IPs located in South America ★★⚝⚝⚝ view




Countries (GeoLite2)

These blocklists let you control which geographical locations can access your server. They can be used as either a whitelist or a blacklist and include both continents and countries.

All data is sourced directly from the GeoLite2 Database.


Set Description Risk View
country_afghanistan.ipset Afghanistan ★★★★⚝ view
country_aland_islands.ipset Aland Islands ⚝⚝⚝⚝⚝ view
country_albania.ipset Albania ★★⚝⚝⚝ view
country_algeria.ipset Algeria ★★★⚝⚝ view
country_american_samoa.ipset American Samoa ⚝⚝⚝⚝⚝ view
country_andorra.ipset Andorra ⚝⚝⚝⚝⚝ view
country_angola.ipset Angola ★★★⚝⚝ view
country_anguilla.ipset Anguilla ⚝⚝⚝⚝⚝ view
country_antarctica.ipset Antarctica ⚝⚝⚝⚝⚝ view
country_antigua_barbuda.ipset Antigua and Barbuda ★★⚝⚝⚝ view
country_argentina.ipset Argentina ★★★⚝⚝ view
country_armenia.ipset Armenia ★★⚝⚝⚝ view
country_aruba.ipset Aruba ⚝⚝⚝⚝⚝ view
country_australia.ipset Australia ★★★⚝⚝ view
country_austria.ipset Austria ★★⚝⚝⚝ view
country_azerbaijan.ipset Azerbaijan ★★⚝⚝⚝ view
country_bahamas.ipset The Bahamas ★★⚝⚝⚝ view
country_bahrain.ipset Bahrain ★★⚝⚝⚝ view
country_bangladesh.ipset Bangladesh ★★★★⚝ view
country_barbados.ipset Barbados ★★⚝⚝⚝ view
country_belarus.ipset Belarus ★★★⚝⚝ view
country_belgium.ipset Belgium ★★⚝⚝⚝ view
country_belize.ipset Belize ★★⚝⚝⚝ view
country_benin.ipset Benin ★★★⚝⚝ view
country_bermuda.ipset Bermuda ⚝⚝⚝⚝⚝ view
country_bhutan.ipset Bhutan ⚝⚝⚝⚝⚝ view
country_bolivia.ipset Bolivia ★★⚝⚝⚝ view
country_bonaire_sint_eustatius_saba.ipset Bonaire, Sint Eustatius, and Saba ⚝⚝⚝⚝⚝ view
country_bosnia_herzegovina.ipset Bosnia and Herzegovina ★★★⚝⚝ view
country_botswana.ipset Botswana ★★⚝⚝⚝ view
country_bouvet_island.ipset Bouvet Island ⚝⚝⚝⚝⚝ view
country_brazil.ipset Brazil ★★★★⚝ view
country_british_indian_ocean_territory.ipset British Indian Ocean Territory ⚝⚝⚝⚝⚝ view
country_british_virgin_islands.ipset British Virgin Islands ★★⚝⚝⚝ view
country_brunei_darussalam.ipset Brunei ★★⚝⚝⚝ view
country_bulgaria.ipset Bulgaria ★★⚝⚝⚝ view
country_burkina_faso.ipset Burkina Faso ★★★⚝⚝ view
country_burundi.ipset Burundi ★★★⚝⚝ view
country_cambodia.ipset Cambodia ★★★⚝⚝ view
country_cameroon.ipset Cameroon ★★★⚝⚝ view
country_canada.ipset Canada ★★⚝⚝⚝ view
country_cape_verde.ipset Cape Verde ★★⚝⚝⚝ view
country_cayman_islands.ipset Cayman Islands ★★⚝⚝⚝ view
country_cc.ipset Cocos (Keeling) Islands ⚝⚝⚝⚝⚝ view
country_central_african_republic.ipset Central African Republic ★★★★⚝ view
country_chad.ipset Chad ★★★★⚝ view
country_chile.ipset Chile ★★⚝⚝⚝ view
country_china.ipset China ★★★★★ view
country_christmas_island.ipset Christmas Island ⚝⚝⚝⚝⚝ view
country_colombia.ipset Colombia ★★★⚝⚝ view
country_comoros.ipset Comoros ★★⚝⚝⚝ view
country_congo.ipset Congo ★★★★⚝ view
country_cook_islands.ipset Cook Islands ⚝⚝⚝⚝⚝ view
country_costa_rica.ipset Costa Rica ★★⚝⚝⚝ view
country_cote_divoire.ipset Côte d'Ivoire ★★★⚝⚝ view
country_croatia.ipset Croatia ★★⚝⚝⚝ view
country_cuba.ipset Cuba ★★★⚝⚝ view
country_curacao.ipset Curaçao ★★⚝⚝⚝ view
country_cyprus.ipset Cyprus ★★⚝⚝⚝ view
country_czech_republic.ipset Czech Republic ★★⚝⚝⚝ view
country_democratic_republic_congo.ipset Democratic Republic of the Congo ★★★★★ view
country_denmark.ipset Denmark ★★⚝⚝⚝ view
country_djibouti.ipset Djibouti ★★★⚝⚝ view
country_dominica.ipset Dominica ⚝⚝⚝⚝⚝ view
country_dominican_republic.ipset Dominican Republic ★★⚝⚝⚝ view
country_ecuador.ipset Ecuador ★★★⚝⚝ view
country_egypt.ipset Egypt ★★★★⚝ view
country_el_salvador.ipset El Salvador ★★★⚝⚝ view
country_equatorial_guinea.ipset Equatorial Guinea ★★★⚝⚝ view
country_eritrea.ipset Eritrea ★★★⚝⚝ view
country_estonia.ipset Estonia ★★⚝⚝⚝ view
country_eswatini.ipset Eswatini ★★⚝⚝⚝ view
country_ethiopia.ipset Ethiopia ★★★⚝⚝ view
country_europe.ipset Europe ★★⚝⚝⚝ view
country_falkland_islands_malvinas.ipset Falkland Islands (Malvinas) ⚝⚝⚝⚝⚝ view
country_faroe_islands.ipset Faroe Islands ⚝⚝⚝⚝⚝ view
country_fiji.ipset Fiji ★★⚝⚝⚝ view
country_finland.ipset Finland ★★⚝⚝⚝ view
country_france.ipset France ★★⚝⚝⚝ view
country_french_guiana.ipset French Guiana ★★⚝⚝⚝ view
country_french_polynesia.ipset French Polynesia ⚝⚝⚝⚝⚝ view
country_french_southern_territories.ipset French Southern Territories ⚝⚝⚝⚝⚝ view
country_gabon.ipset Gabon ★★★⚝⚝ view
country_gambia.ipset Gambia ★★★⚝⚝ view
country_georgia.ipset Georgia ★★⚝⚝⚝ view
country_germany.ipset Germany ★★⚝⚝⚝ view
country_ghana.ipset Ghana ★★★⚝⚝ view
country_gibraltar.ipset Gibraltar ★★⚝⚝⚝ view
country_great_britain.ipset Great Britain ★★⚝⚝⚝ view
country_greece.ipset Greece ★★⚝⚝⚝ view
country_greenland.ipset Greenland ⚝⚝⚝⚝⚝ view
country_grenada.ipset Grenada ⚝⚝⚝⚝⚝ view
country_guadeloupe.ipset Guadeloupe ★★⚝⚝⚝ view
country_guam.ipset Guam ★★⚝⚝⚝ view
country_guatemala.ipset Guatemala ★★★⚝⚝ view
country_guernsey.ipset Guernsey ★★⚝⚝⚝ view
country_guineabissau.ipset Guinea-Bissau ★★★⚝⚝ view
country_guinea.ipset Guinea ★★★⚝⚝ view
country_guyana.ipset Guyana ★★⚝⚝⚝ view
country_haiti.ipset Haiti ★★★★⚝ view
country_heard_island_and_mcdonald_islands.ipset Heard Island and McDonald Islands ⚝⚝⚝⚝⚝ view
country_honduras.ipset Honduras ★★★⚝⚝ view
country_hong_kong.ipset Hong Kong ★★★★⚝ view
country_hungary.ipset Hungary ★★⚝⚝⚝ view
country_iceland.ipset Iceland ★★⚝⚝⚝ view
country_india.ipset India ★★★★⚝ view
country_indonesia.ipset Indonesia ★★★★⚝ view
country_iran.ipset Iran ★★★★⚝ view
country_iraq.ipset Iraq ★★★★⚝ view
country_ireland.ipset Ireland ★★⚝⚝⚝ view
country_isle_of_man.ipset Isle of Man ★★⚝⚝⚝ view
country_israel.ipset Israel ★★★⚝⚝ view
country_italy.ipset Italy ★★⚝⚝⚝ view
country_jamaica.ipset Jamaica ★★★⚝⚝ view
country_japan.ipset Japan ★★⚝⚝⚝ view
country_jersey.ipset Jersey ★★⚝⚝⚝ view
country_jordan.ipset Jordan ★★★⚝⚝ view
country_kazakhstan.ipset Kazakhstan ★★★⚝⚝ view
country_kenya.ipset Kenya ★★★⚝⚝ view
country_kiribati.ipset Kiribati ⚝⚝⚝⚝⚝ view
country_kosovo.ipset Kosovo ★★⚝⚝⚝ view
country_kuwait.ipset Kuwait ★★⚝⚝⚝ view
country_kyrgyzstan.ipset Kyrgyzstan ★★★⚝⚝ view
country_laos.ipset Laos ★★★⚝⚝ view
country_latvia.ipset Latvia ★★⚝⚝⚝ view
country_lebanon.ipset Lebanon ★★★⚝⚝ view
country_lesotho.ipset Lesotho ★★⚝⚝⚝ view
country_liberia.ipset Liberia ★★★⚝⚝ view
country_libya.ipset Libya ★★★★⚝ view
country_liechtenstein.ipset Liechtenstein ⚝⚝⚝⚝⚝ view
country_lithuania.ipset Lithuania ★★⚝⚝⚝ view
country_luxembourg.ipset Luxembourg ★★⚝⚝⚝ view
country_macedonia_republic.ipset Macedonia ★★⚝⚝⚝ view
country_madagascar.ipset Madagascar ★★⚝⚝⚝ view
country_malawi.ipset Malawi ★★⚝⚝⚝ view
country_malaysia.ipset Malaysia ★★★⚝⚝ view
country_maldives.ipset Maldives ★★⚝⚝⚝ view
country_mali.ipset Mali ★★★★⚝ view
country_malta.ipset Malta ★★⚝⚝⚝ view
country_marshall_islands.ipset Marshall Islands ⚝⚝⚝⚝⚝ view
country_martinique.ipset Martinique ★★⚝⚝⚝ view
country_mauritania.ipset Mauritania ★★★⚝⚝ view
country_mauritius.ipset Mauritius ★★⚝⚝⚝ view
country_mayotte.ipset Mayotte ★★⚝⚝⚝ view
country_mexico.ipset Mexico ★★★★⚝ view
country_micronesia.ipset Micronesia ⚝⚝⚝⚝⚝ view
country_monaco.ipset Monaco ★★⚝⚝⚝ view
country_mongolia.ipset Mongolia ★★⚝⚝⚝ view
country_montenegro.ipset Montenegro ★★⚝⚝⚝ view
country_montserrat.ipset Montserrat ⚝⚝⚝⚝⚝ view
country_morocco.ipset Morocco ★★★⚝⚝ view
country_mozambique.ipset Mozambique ★★★⚝⚝ view
country_myanmar.ipset Myanmar ★★★⚝⚝ view
country_namibia.ipset Namibia ★★⚝⚝⚝ view
country_nauru.ipset Nauru ⚝⚝⚝⚝⚝ view
country_nepal.ipset Nepal ★★⚝⚝⚝ view
country_netherlands.ipset Netherlands ★★⚝⚝⚝ view
country_new_caledonia.ipset New Caledonia ★★⚝⚝⚝ view
country_new_zealand.ipset New Zealand ★★⚝⚝⚝ view
country_nicaragua.ipset Nicaragua ★★★⚝⚝ view
country_nigeria.ipset Nigeria ★★★★★ view
country_niger.ipset Niger ★★★⚝⚝ view
country_niue.ipset Niue ⚝⚝⚝⚝⚝ view
country_norfolk_island.ipset Norfolk Island ⚝⚝⚝⚝⚝ view
country_northern_mariana_islands.ipset Northern Mariana Islands ⚝⚝⚝⚝⚝ view
country_north_korea.ipset North Korea ★★★★★ view
country_norway.ipset Norway ★★⚝⚝⚝ view
country_oman.ipset Oman ★★⚝⚝⚝ view
country_pakistan.ipset Pakistan ★★★★★ view
country_palau.ipset Palau ⚝⚝⚝⚝⚝ view
country_palestine.ipset Palestine ★★★★⚝ view
country_panama.ipset Panama ★★★⚝⚝ view
country_papua_new_guinea.ipset Papua New Guinea ★★★⚝⚝ view
country_paraguay.ipset Paraguay ★★★⚝⚝ view
country_peru.ipset Peru ★★★⚝⚝ view
country_philippines.ipset Philippines ★★★★⚝ view
country_pitcairn.ipset Pitcairn Islands ⚝⚝⚝⚝⚝ view
country_poland.ipset Poland ★★⚝⚝⚝ view
country_portugal.ipset Portugal ★★⚝⚝⚝ view
country_puerto_rico.ipset Puerto Rico ★★★⚝⚝ view
country_qatar.ipset Qatar ★★⚝⚝⚝ view
country_republic_moldova.ipset Moldova ★★⚝⚝⚝ view
country_reunion.ipset Réunion ★★⚝⚝⚝ view
country_romania.ipset Romania ★★⚝⚝⚝ view
country_russia.ipset Russia ★★★★★ view
country_rwanda.ipset Rwanda ★★★⚝⚝ view
country_saint_barthelemy.ipset Saint Barthélemy ⚝⚝⚝⚝⚝ view
country_saint_helena.ipset Saint Helena ⚝⚝⚝⚝⚝ view
country_saint_kitts_nevis.ipset Saint Kitts and Nevis ⚝⚝⚝⚝⚝ view
country_saint_lucia.ipset Saint Lucia ⚝⚝⚝⚝⚝ view
country_saint_martin_north.ipset Saint Martin (North) ⚝⚝⚝⚝⚝ view
country_saint_pierre_miquelon.ipset Saint Pierre and Miquelon ⚝⚝⚝⚝⚝ view
country_saint_vincent_grenadines.ipset Saint Vincent and the Grenadines ⚝⚝⚝⚝⚝ view
country_samoa.ipset Samoa ⚝⚝⚝⚝⚝ view
country_san_marino.ipset San Marino ⚝⚝⚝⚝⚝ view
country_sao_tome_principe.ipset São Tomé and Príncipe ★★⚝⚝⚝ view
country_saudi_arabia.ipset Saudi Arabia ★★★★⚝ view
country_senegal.ipset Senegal ★★★⚝⚝ view
country_serbia.ipset Serbia ★★⚝⚝⚝ view
country_seychelles.ipset Seychelles ★★⚝⚝⚝ view
country_sierra_leone.ipset Sierra Leone ★★★⚝⚝ view
country_singapore.ipset Singapore ★★⚝⚝⚝ view
country_sint_maarten_south.ipset Sint Maarten (South) ⚝⚝⚝⚝⚝ view
country_slovakia.ipset Slovakia ★★⚝⚝⚝ view
country_slovenia.ipset Slovenia ★★⚝⚝⚝ view
country_solomon_islands.ipset Solomon Islands ⚝⚝⚝⚝⚝ view
country_somalia.ipset Somalia ★★★★★ view
country_south_africa.ipset South Africa ★★★⚝⚝ view
country_south_georgia_and_the_south_sandwich_islands.ipset South Georgia and the South Sandwich Islands ⚝⚝⚝⚝⚝ view
country_south_korea.ipset South Korea ★★⚝⚝⚝ view
country_south_sudan.ipset South Sudan ★★★★⚝ view
country_spain.ipset Spain ★★⚝⚝⚝ view
country_sri_lanka.ipset Sri Lanka ★★★⚝⚝ view
country_sudan.ipset Sudan ★★★★⚝ view
country_suriname.ipset Suriname ★★⚝⚝⚝ view
country_svalbard_jan_mayen.ipset Svalbard and Jan Mayen ⚝⚝⚝⚝⚝ view
country_sweden.ipset Sweden ★★⚝⚝⚝ view
country_switzerland.ipset Switzerland ★★⚝⚝⚝ view
country_syria.ipset Syria ★★★★★ view
country_taiwan.ipset Taiwan ★★⚝⚝⚝ view
country_tajikistan.ipset Tajikistan ★★★⚝⚝ view
country_tanzania.ipset Tanzania ★★★⚝⚝ view
country_thailand.ipset Thailand ★★★⚝⚝ view
country_timorleste.ipset Timor-Leste ⚝⚝⚝⚝⚝ view
country_togo.ipset Togo ★★★⚝⚝ view
country_tokelau.ipset Tokelau ⚝⚝⚝⚝⚝ view
country_tonga.ipset Tonga ⚝⚝⚝⚝⚝ view
country_trinidad_tobago.ipset Trinidad and Tobago ★★⚝⚝⚝ view
country_tunisia.ipset Tunisia ★★★⚝⚝ view
country_turkey.ipset Turkey ★★★★⚝ view
country_turkmenistan.ipset Turkmenistan ★★★⚝⚝ view
country_turks_caicos_islands.ipset Turks and Caicos Islands ⚝⚝⚝⚝⚝ view
country_tuvalu.ipset Tuvalu ⚝⚝⚝⚝⚝ view
country_uganda.ipset Uganda ★★★⚝⚝ view
country_ukraine.ipset Ukraine ★★★★⚝ view
country_united_arab_emirates.ipset United Arab Emirates ★★⚝⚝⚝ view
country_united_states.ipset United States ★★★★⚝ view
country_united_states_minor_outlying_islands.ipset US Minor Outlying Islands ⚝⚝⚝⚝⚝ view
country_united_states_virgin_islands.ipset US Virgin Islands ★★⚝⚝⚝ view
country_uruguay.ipset Uruguay ★★⚝⚝⚝ view
country_uzbekistan.ipset Uzbekistan ★★★⚝⚝ view
country_vanuatu.ipset Vanuatu ⚝⚝⚝⚝⚝ view
country_vatican_city_holy_see.ipset Vatican City / Holy See ⚝⚝⚝⚝⚝ view
country_venezuela.ipset Venezuela ★★★⚝⚝ view
country_vietnam.ipset Vietnam ★★★⚝⚝ view
country_wallis_futuna.ipset Wallis and Futuna ⚝⚝⚝⚝⚝ view
country_western_sahara.ipset Western Sahara ★★★⚝⚝ view
country_yemen.ipset Yemen ★★★★★ view
country_zambia.ipset Zambia ★★⚝⚝⚝ view
country_zimbabwe.ipset Zimbabwe ★★★⚝⚝ view