// APPLEBOT / APACHE
Applebot · Apache
Apache httpd Require ip directives for Applebot. 33 CIDRs, refreshed daily.
// apache_applebot_allow.conf
# Applebot IP Ranges # Updated: 2026-08-14 03:02:24 # 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_applebot_allow.conf Require ip 17.22.237.0/24 Require ip 17.22.245.0/24 Require ip 17.22.253.0/24 Require ip 17.166.20.0/22 Require ip 17.166.24.0/23 Require ip 17.166.150.0/23 Require ip 17.166.152.0/22 Require ip 17.166.192.48/28 Require ip 17.166.232.0/22 Require ip 17.166.236.0/23 Require ip 17.166.240.48/28 Require ip 17.166.248.48/28 Require ip 17.241.75.0/24 Require ip 17.241.193.160/27 Require ip 17.241.200.160/27 … (6 more lines)
// apache_applebot_deny.conf
# Applebot IP Ranges # Updated: 2026-08-14 03:02:24 # 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_applebot_deny.conf Deny from 17.22.237.0/24 Deny from 17.22.245.0/24 Deny from 17.22.253.0/24 Deny from 17.166.20.0/22 Deny from 17.166.24.0/23 Deny from 17.166.150.0/23 Deny from 17.166.152.0/22 Deny from 17.166.192.48/28 Deny from 17.166.232.0/22 Deny from 17.166.236.0/23 Deny from 17.166.240.48/28 Deny from 17.166.248.48/28 Deny from 17.241.75.0/24 Deny from 17.241.193.160/27 Deny from 17.241.200.160/27 … (7 more lines)