CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// STORMWALL / NGINX

stormwall · Nginx

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

// nginx_stormwall_allow.conf

DOWNLOAD ↓  · 
# Stormwall IP Ranges
# Updated: 2026-07-12 03:46:25
# 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_stormwall_allow.conf;

allow 5.252.32.0/22;
allow 103.134.155.0/24;
allow 160.25.253.0/24;
allow 160.79.120.0/23;
allow 160.79.122.0/24;
allow 185.121.240.0/22;
allow 193.84.85.0/24;
allow 193.84.88.0/24;
allow 193.104.120.0/24;
allow 2a06:a180:10::/48;
allow 2a06:a180:1f::/48;
allow 2a06:a180:40::/48;
allow 2a06:a180:50::/48;
allow 2a06:a180:5f::/48;
allow 2a06:a180:60::/48;
… (3 more lines)

// nginx_stormwall_deny.conf

DOWNLOAD ↓  · 
# Stormwall IP Ranges
# Updated: 2026-07-12 03:46:25
# 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_stormwall_deny.conf;

deny 5.252.32.0/22;
deny 103.134.155.0/24;
deny 160.25.253.0/24;
deny 160.79.120.0/23;
deny 160.79.122.0/24;
deny 185.121.240.0/22;
deny 193.84.85.0/24;
deny 193.84.88.0/24;
deny 193.104.120.0/24;
deny 2a06:a180:10::/48;
deny 2a06:a180:1f::/48;
deny 2a06:a180:40::/48;
deny 2a06:a180:50::/48;
deny 2a06:a180:5f::/48;
deny 2a06:a180:60::/48;
… (3 more lines)