// CLAUDEBOT / APACHE
claudebot · Apache
Apache httpd Require ip directives for claudebot. 20 CIDRs, refreshed daily.
// apache_claudebot_allow.conf
# Claudebot IP Ranges # Updated: 2026-07-30 03:12: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 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 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 Require ip 34.182.222.37/32 Require ip 34.182.225.167/32 Require ip 34.182.226.151/32 Require ip 34.182.226.221/32 Require ip 34.186.108.163/32 … (5 more lines)
// apache_claudebot_deny.conf
# Claudebot IP Ranges # Updated: 2026-07-30 03:12: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_claudebot_deny.conf 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 Deny from 34.182.222.37/32 Deny from 34.182.225.167/32 Deny from 34.182.226.151/32 Deny from 34.182.226.221/32 Deny from 34.186.108.163/32 … (6 more lines)