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:
{
"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.
- In this repo, copy the direct URL to the Transmission blocklist, provided below:
- Open your Transmission application; depending on the version you run, do ONE of the follow two choices:
- Paste the link to Transmission βΊ
SettingsβΊPeersβΊBlocklist - Paste the link to Transmission βΊ
EditβΊPreferencesβΊPrivacyβΊEnable Blocklist
- Paste the link to 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 |