// CLAUDEBOT / NGINX
claudebot · Nginx
Nginx allow/deny config for claudebot. Drop into your server block or http context. 26 CIDRs, refreshed daily.
// nginx_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 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 16.58.26.69/32; allow 18.225.238.228/32; allow 18.227.226.255/32; allow 20.64.57.208/28; allow 20.102.46.224/28; 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; … (12 more lines)
// nginx_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 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 16.58.26.69/32; deny 18.225.238.228/32; deny 18.227.226.255/32; deny 20.64.57.208/28; deny 20.102.46.224/28; 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; … (12 more lines)