CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// APPLEBOT / UFW

Applebot · UFW

UFW (Uncomplicated Firewall) shell script for Applebot. 12 CIDRs, refreshed daily.

// ufw_applebot_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Applebot IP Ranges
# Updated: 2026-02-11 17:28:27
# 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 00:00 UTC
# UFW allow rules for applebot

ufw allow from 17.241.208.160/27
ufw allow from 17.241.193.160/27
ufw allow from 17.241.200.160/27
ufw allow from 17.22.237.0/24
ufw allow from 17.22.245.0/24
ufw allow from 17.22.253.0/24
ufw allow from 17.241.75.0/24
ufw allow from 17.241.219.0/24
ufw allow from 17.241.227.0/24
ufw allow from 17.246.15.0/24
ufw allow from 17.246.19.0/24
ufw allow from 17.246.23.0/24

// ufw_applebot_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Applebot IP Ranges
# Updated: 2026-02-11 17:28:27
# 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 00:00 UTC
# UFW deny rules for applebot

ufw deny from 17.241.208.160/27
ufw deny from 17.241.193.160/27
ufw deny from 17.241.200.160/27
ufw deny from 17.22.237.0/24
ufw deny from 17.22.245.0/24
ufw deny from 17.22.253.0/24
ufw deny from 17.241.75.0/24
ufw deny from 17.241.219.0/24
ufw deny from 17.241.227.0/24
ufw deny from 17.246.15.0/24
ufw deny from 17.246.19.0/24
ufw deny from 17.246.23.0/24