// SCALEWAY / NGINX
Scaleway · Nginx
Nginx allow/deny config for Scaleway. Drop into your server block or http context. 61 CIDRs, refreshed daily.
// nginx_scaleway_allow.conf
# 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 # 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_scaleway_allow.conf; allow 37.160.0.0/14; allow 37.160.0.0/15; allow 37.160.0.0/16; allow 37.161.0.0/16; allow 37.162.0.0/15; allow 37.162.0.0/16; allow 37.163.0.0/16; allow 51.15.0.0/16; allow 51.15.0.0/17; allow 51.158.0.0/15; allow 51.158.128.0/17; allow 51.159.224.0/19; allow 62.4.0.0/19; allow 62.210.0.0/16; allow 78.208.0.0/13; … (47 more lines)
// nginx_scaleway_deny.conf
# 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 # 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_scaleway_deny.conf; deny 37.160.0.0/14; deny 37.160.0.0/15; deny 37.160.0.0/16; deny 37.161.0.0/16; deny 37.162.0.0/15; deny 37.162.0.0/16; deny 37.163.0.0/16; deny 51.15.0.0/16; deny 51.15.0.0/17; deny 51.158.0.0/15; deny 51.158.128.0/17; deny 51.159.224.0/19; deny 62.4.0.0/19; deny 62.210.0.0/16; deny 78.208.0.0/13; … (47 more lines)