CLOUD-IP // v2026.07
UPDATED 2026-07-30 PROVIDERS 63 LIVE
// CLAUDEBOT / UFW

claudebot · UFW

UFW (Uncomplicated Firewall) shell script for claudebot. 20 CIDRs, refreshed daily.

// ufw_claudebot_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for claudebot

ufw allow from 34.11.34.31/32
ufw allow from 34.85.172.162/32
ufw allow from 34.150.241.79/32
ufw allow from 34.162.191.81/32
ufw allow from 34.162.230.222/32
ufw allow from 34.162.244.71/32
ufw allow from 34.182.140.95/32
ufw allow from 34.182.161.143/32
ufw allow from 34.182.218.27/32
ufw allow from 34.182.220.85/32
ufw allow from 34.182.222.37/32
ufw allow from 34.182.225.167/32
ufw allow from 34.182.226.151/32
ufw allow from 34.182.226.221/32
ufw allow from 34.186.108.163/32
ufw allow from 35.221.29.174/32
… (4 more lines)

// ufw_claudebot_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for claudebot

ufw deny from 34.11.34.31/32
ufw deny from 34.85.172.162/32
ufw deny from 34.150.241.79/32
ufw deny from 34.162.191.81/32
ufw deny from 34.162.230.222/32
ufw deny from 34.162.244.71/32
ufw deny from 34.182.140.95/32
ufw deny from 34.182.161.143/32
ufw deny from 34.182.218.27/32
ufw deny from 34.182.220.85/32
ufw deny from 34.182.222.37/32
ufw deny from 34.182.225.167/32
ufw deny from 34.182.226.151/32
ufw deny from 34.182.226.221/32
ufw deny from 34.186.108.163/32
ufw deny from 35.221.29.174/32
… (4 more lines)