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

stormwall · UFW

UFW (Uncomplicated Firewall) shell script for stormwall. 24 CIDRs, refreshed daily.

// ufw_stormwall_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for stormwall

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

// ufw_stormwall_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for stormwall

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