// 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-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 # 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 51.15.0.0/16; allow 51.158.0.0/15; allow 62.4.0.0/19; allow 62.210.0.0/16; allow 78.208.0.0/13; allow 81.56.0.0/15; allow 83.158.0.0/16; allow 151.115.0.0/17; allow 151.115.128.0/18; allow 151.115.192.0/24; allow 151.115.208.0/20; allow 151.115.224.0/19; allow 163.172.0.0/16; allow 195.154.0.0/16; … (7 more lines)
// nginx_scaleway_deny.conf
# 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 # 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 51.15.0.0/16; deny 51.158.0.0/15; deny 62.4.0.0/19; deny 62.210.0.0/16; deny 78.208.0.0/13; deny 81.56.0.0/15; deny 83.158.0.0/16; deny 151.115.0.0/17; deny 151.115.128.0/18; deny 151.115.192.0/24; deny 151.115.208.0/20; deny 151.115.224.0/19; deny 163.172.0.0/16; deny 195.154.0.0/16; … (7 more lines)