// CLAUDEBOT / NGINX
claudebot · Nginx
Nginx allow/deny config for claudebot. Drop into your server block or http context. 20 CIDRs, refreshed daily.
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_claudebot_allow.conf; allow 34.11.34.31/32; allow 34.85.172.162/32; allow 34.150.241.79/32; allow 34.162.191.81/32; allow 34.162.230.222/32; allow 34.162.244.71/32; allow 34.182.140.95/32; allow 34.182.161.143/32; allow 34.182.218.27/32; allow 34.182.220.85/32; allow 34.182.222.37/32; allow 34.182.225.167/32; allow 34.182.226.151/32; allow 34.182.226.221/32; allow 34.186.108.163/32; … (6 more lines)
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_claudebot_deny.conf; deny 34.11.34.31/32; deny 34.85.172.162/32; deny 34.150.241.79/32; deny 34.162.191.81/32; deny 34.162.230.222/32; deny 34.162.244.71/32; deny 34.182.140.95/32; deny 34.182.161.143/32; deny 34.182.218.27/32; deny 34.182.220.85/32; deny 34.182.222.37/32; deny 34.182.225.167/32; deny 34.182.226.151/32; deny 34.182.226.221/32; deny 34.186.108.163/32; … (6 more lines)