CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// CACHEFLY / NGINX

cachefly · Nginx

Nginx allow/deny config for cachefly. Drop into your server block or http context. 16 CIDRs, refreshed daily.

// nginx_cachefly_allow.conf

DOWNLOAD ↓  · 
# Cachefly IP Ranges
# Updated: 2026-07-12 03:46:19
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 02:00 UTC
# To restrict access to only these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_cachefly_allow.conf;

allow 50.31.148.0/24;
allow 50.31.196.0/23;
allow 66.225.208.0/24;
allow 66.225.222.0/24;
allow 66.225.243.0/24;
allow 75.102.32.0/24;
allow 75.102.42.0/24;
allow 167.88.159.0/24;
allow 216.246.19.0/24;
allow 216.246.40.0/24;
allow 216.246.44.0/24;
allow 216.246.100.0/24;
allow 216.246.104.0/24;
allow 216.246.118.0/23;
deny all;

// nginx_cachefly_deny.conf

DOWNLOAD ↓  · 
# Cachefly IP Ranges
# Updated: 2026-07-12 03:46:19
# Source: https://github.com/rezmoss/cloud-provider-ip-addresses
# License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE
# This file is generated automatically. Do not edit it directly.
# Updates daily at 02:00 UTC
# To deny access from these IPs in nginx,
# add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default):
# include /path/to/nginx_cachefly_deny.conf;

deny 50.31.148.0/24;
deny 50.31.196.0/23;
deny 66.225.208.0/24;
deny 66.225.222.0/24;
deny 66.225.243.0/24;
deny 75.102.32.0/24;
deny 75.102.42.0/24;
deny 167.88.159.0/24;
deny 216.246.19.0/24;
deny 216.246.40.0/24;
deny 216.246.44.0/24;
deny 216.246.100.0/24;
deny 216.246.104.0/24;
deny 216.246.118.0/23;
allow all;