CLOUD-IP // v2026.06
UPDATED 2026-06-14 PROVIDERS 35 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-14 03:22:29
# 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 37.160.0.0/15
ufw allow from 37.160.0.0/16
ufw allow from 37.161.0.0/16
ufw allow from 37.162.0.0/15
ufw allow from 37.162.0.0/16
ufw allow from 37.163.0.0/16
ufw allow from 51.15.0.0/16
ufw allow from 51.15.0.0/17
ufw allow from 51.158.0.0/15
ufw allow from 51.158.128.0/17
ufw allow from 51.159.224.0/19
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 78.208.0.0/17
… (45 more lines)

// ufw_scaleway_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Scaleway IP Ranges
# Updated: 2026-06-14 03:22:29
# 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 37.160.0.0/15
ufw deny from 37.160.0.0/16
ufw deny from 37.161.0.0/16
ufw deny from 37.162.0.0/15
ufw deny from 37.162.0.0/16
ufw deny from 37.163.0.0/16
ufw deny from 51.15.0.0/16
ufw deny from 51.15.0.0/17
ufw deny from 51.158.0.0/15
ufw deny from 51.158.128.0/17
ufw deny from 51.159.224.0/19
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 78.208.0.0/17
… (45 more lines)