// BACKBLAZE / NGINX
backblaze · Nginx
Nginx allow/deny config for backblaze. Drop into your server block or http context. 59 CIDRs, refreshed daily.
// nginx_backblaze_allow.conf
# Backblaze IP Ranges # Updated: 2026-07-12 03:46:26 # 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_backblaze_allow.conf; allow 23.144.80.0/24; allow 45.11.36.0/22; allow 104.153.232.0/22; allow 104.153.236.0/23; allow 104.153.238.0/24; allow 149.137.128.0/21; allow 149.137.136.0/22; allow 149.137.140.0/23; allow 149.137.142.0/24; allow 206.190.208.0/21; allow 2605:72c0:100::/45; allow 2605:72c0:1fc::/46; allow 2605:72c0:200::/45; allow 2605:72c0:208::/47; allow 2605:72c0:20a::/48; … (12 more lines)
// nginx_backblaze_deny.conf
# Backblaze IP Ranges # Updated: 2026-07-12 03:46:26 # 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_backblaze_deny.conf; deny 23.144.80.0/24; deny 45.11.36.0/22; deny 104.153.232.0/22; deny 104.153.236.0/23; deny 104.153.238.0/24; deny 149.137.128.0/21; deny 149.137.136.0/22; deny 149.137.140.0/23; deny 149.137.142.0/24; deny 206.190.208.0/21; deny 2605:72c0:100::/45; deny 2605:72c0:1fc::/46; deny 2605:72c0:200::/45; deny 2605:72c0:208::/47; deny 2605:72c0:20a::/48; … (12 more lines)