// STATUSCAKE / NGINX
statuscake · Nginx
Nginx allow/deny config for statuscake. Drop into your server block or http context. 183 CIDRs, refreshed daily.
// nginx_statuscake_allow.conf
# Statuscake IP Ranges # Updated: 2026-06-18 03:21:17 # 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_statuscake_allow.conf; allow 13.48.110.214/32; allow 13.48.238.157/32; allow 13.49.141.132/32; allow 13.245.199.158/32; allow 13.245.222.203/32; allow 13.246.54.122/32; allow 13.247.17.60/32; allow 15.160.68.179/32; allow 15.161.88.159/32; allow 16.170.114.19/32; allow 18.102.1.62/32; allow 18.102.253.202/32; allow 34.13.166.3/32; allow 34.13.185.113/32; allow 34.13.188.75/32; … (169 more lines)
// nginx_statuscake_deny.conf
# Statuscake IP Ranges # Updated: 2026-06-18 03:21:17 # 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_statuscake_deny.conf; deny 13.48.110.214/32; deny 13.48.238.157/32; deny 13.49.141.132/32; deny 13.245.199.158/32; deny 13.245.222.203/32; deny 13.246.54.122/32; deny 13.247.17.60/32; deny 15.160.68.179/32; deny 15.161.88.159/32; deny 16.170.114.19/32; deny 18.102.1.62/32; deny 18.102.253.202/32; deny 34.13.166.3/32; deny 34.13.185.113/32; deny 34.13.188.75/32; … (169 more lines)