// CLAUDEBOT / APACHE
claudebot · Apache
Apache httpd Require ip directives for claudebot. 26 CIDRs, refreshed daily.
// apache_claudebot_allow.conf
# Claudebot IP Ranges # Updated: 2026-08-20 02:31:51 # 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_claudebot_allow.conf Require ip 16.58.26.69/32 Require ip 18.225.238.228/32 Require ip 18.227.226.255/32 Require ip 20.64.57.208/28 Require ip 20.102.46.224/28 Require ip 34.11.34.31/32 Require ip 34.85.172.162/32 Require ip 34.150.241.79/32 Require ip 34.162.191.81/32 Require ip 34.162.230.222/32 Require ip 34.162.244.71/32 Require ip 34.182.140.95/32 Require ip 34.182.161.143/32 Require ip 34.182.218.27/32 Require ip 34.182.220.85/32 … (11 more lines)
// apache_claudebot_deny.conf
# Claudebot IP Ranges # Updated: 2026-08-20 02:31:51 # 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_claudebot_deny.conf Deny from 16.58.26.69/32 Deny from 18.225.238.228/32 Deny from 18.227.226.255/32 Deny from 20.64.57.208/28 Deny from 20.102.46.224/28 Deny from 34.11.34.31/32 Deny from 34.85.172.162/32 Deny from 34.150.241.79/32 Deny from 34.162.191.81/32 Deny from 34.162.230.222/32 Deny from 34.162.244.71/32 Deny from 34.182.140.95/32 Deny from 34.182.161.143/32 Deny from 34.182.218.27/32 Deny from 34.182.220.85/32 … (12 more lines)