// APPLE PRIVATE RELAY / APACHE
Apple Private Relay · Apache
Apache httpd Require ip directives for Apple Private Relay. 286,965 CIDRs, refreshed daily.
// apache_apple_private_relay_allow.conf
# Apple_private_relay IP Ranges # Updated: 2026-07-06 03:18:53 # 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_apple_private_relay_allow.conf Require ip 104.28.28.0/26 Require ip 104.28.28.64/29 Require ip 104.28.28.72/30 Require ip 104.28.28.76/32 Require ip 104.28.28.79/32 Require ip 104.28.28.80/32 Require ip 104.28.28.83/32 Require ip 104.28.28.84/30 Require ip 104.28.28.88/32 Require ip 104.28.28.91/32 Require ip 104.28.28.92/32 Require ip 104.28.28.95/32 Require ip 104.28.28.96/30 Require ip 104.28.28.100/32 Require ip 104.28.29.0/27 … (13570 more lines)
// apache_apple_private_relay_deny.conf
# Apple_private_relay IP Ranges # Updated: 2026-07-06 03:18:57 # 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_apple_private_relay_deny.conf Deny from 104.28.28.0/26 Deny from 104.28.28.64/29 Deny from 104.28.28.72/30 Deny from 104.28.28.76/32 Deny from 104.28.28.79/32 Deny from 104.28.28.80/32 Deny from 104.28.28.83/32 Deny from 104.28.28.84/30 Deny from 104.28.28.88/32 Deny from 104.28.28.91/32 Deny from 104.28.28.92/32 Deny from 104.28.28.95/32 Deny from 104.28.28.96/30 Deny from 104.28.28.100/32 Deny from 104.28.29.0/27 … (13571 more lines)