CLOUD-IP // v2026.07
UPDATED 2026-07-29 PROVIDERS 62 LIVE
// SCALEWAY / UFW

Scaleway · UFW

UFW (Uncomplicated Firewall) shell script for Scaleway. 61 CIDRs, refreshed daily.

// ufw_scaleway_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Scaleway IP Ranges
# Updated: 2026-06-25 03:23:36
# 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 scaleway

ufw allow from 37.160.0.0/14
ufw allow from 51.15.0.0/16
ufw allow from 51.158.0.0/15
ufw allow from 62.4.0.0/19
ufw allow from 62.210.0.0/16
ufw allow from 78.208.0.0/13
ufw allow from 81.56.0.0/15
ufw allow from 83.158.0.0/16
ufw allow from 151.115.0.0/17
ufw allow from 151.115.128.0/18
ufw allow from 151.115.192.0/24
ufw allow from 151.115.208.0/20
ufw allow from 151.115.224.0/19
ufw allow from 163.172.0.0/16
ufw allow from 195.154.0.0/16
ufw allow from 212.47.224.0/19
… (5 more lines)

// ufw_scaleway_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Scaleway IP Ranges
# Updated: 2026-06-25 03:23:36
# 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 scaleway

ufw deny from 37.160.0.0/14
ufw deny from 51.15.0.0/16
ufw deny from 51.158.0.0/15
ufw deny from 62.4.0.0/19
ufw deny from 62.210.0.0/16
ufw deny from 78.208.0.0/13
ufw deny from 81.56.0.0/15
ufw deny from 83.158.0.0/16
ufw deny from 151.115.0.0/17
ufw deny from 151.115.128.0/18
ufw deny from 151.115.192.0/24
ufw deny from 151.115.208.0/20
ufw deny from 151.115.224.0/19
ufw deny from 163.172.0.0/16
ufw deny from 195.154.0.0/16
ufw deny from 212.47.224.0/19
… (5 more lines)