// BACKBLAZE / APACHE
backblaze · Apache
Apache httpd Require ip directives for backblaze. 59 CIDRs, refreshed daily.
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_backblaze_allow.conf Require ip 23.144.80.0/24 Require ip 45.11.36.0/22 Require ip 104.153.232.0/22 Require ip 104.153.236.0/23 Require ip 104.153.238.0/24 Require ip 149.137.128.0/21 Require ip 149.137.136.0/22 Require ip 149.137.140.0/23 Require ip 149.137.142.0/24 Require ip 206.190.208.0/21 Require ip 2605:72c0:100::/45 Require ip 2605:72c0:1fc::/46 Require ip 2605:72c0:200::/45 Require ip 2605:72c0:208::/47 Require ip 2605:72c0:20a::/48 … (11 more lines)
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_backblaze_deny.conf Deny from 23.144.80.0/24 Deny from 45.11.36.0/22 Deny from 104.153.232.0/22 Deny from 104.153.236.0/23 Deny from 104.153.238.0/24 Deny from 149.137.128.0/21 Deny from 149.137.136.0/22 Deny from 149.137.140.0/23 Deny from 149.137.142.0/24 Deny from 206.190.208.0/21 Deny from 2605:72c0:100::/45 Deny from 2605:72c0:1fc::/46 Deny from 2605:72c0:200::/45 Deny from 2605:72c0:208::/47 Deny from 2605:72c0:20a::/48 … (12 more lines)