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

Applebot · Nginx

Nginx allow/deny config for Applebot. Drop into your server block or http context. 12 CIDRs, refreshed daily.

// nginx_applebot_allow.conf

DOWNLOAD ↓  · 
# 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
# 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_applebot_allow.conf;

allow 17.241.208.160/27;
allow 17.241.193.160/27;
allow 17.241.200.160/27;
allow 17.22.237.0/24;
allow 17.22.245.0/24;
allow 17.22.253.0/24;
allow 17.241.75.0/24;
allow 17.241.219.0/24;
allow 17.241.227.0/24;
allow 17.246.15.0/24;
allow 17.246.19.0/24;
allow 17.246.23.0/24;
deny all;

// nginx_applebot_deny.conf

DOWNLOAD ↓  · 
# 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
# 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_applebot_deny.conf;

deny 17.241.208.160/27;
deny 17.241.193.160/27;
deny 17.241.200.160/27;
deny 17.22.237.0/24;
deny 17.22.245.0/24;
deny 17.22.253.0/24;
deny 17.241.75.0/24;
deny 17.241.219.0/24;
deny 17.241.227.0/24;
deny 17.246.15.0/24;
deny 17.246.19.0/24;
deny 17.246.23.0/24;
allow all;