CLOUD-IP // v2026.07
UPDATED 2026-07-11 PROVIDERS 37 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-06-14 03:21:38
# 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 applebot

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.193.160/27
ufw allow from 17.241.200.160/27
ufw allow from 17.241.208.160/27
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-06-14 03:21:38
# 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 applebot

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.193.160/27
ufw deny from 17.241.200.160/27
ufw deny from 17.241.208.160/27
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