// SCALEWAY / APACHE
Scaleway · Apache
Apache httpd Require ip directives for Scaleway. 61 CIDRs, refreshed daily.
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_scaleway_allow.conf Require ip 37.160.0.0/14 Require ip 37.160.0.0/15 Require ip 37.160.0.0/16 Require ip 37.161.0.0/16 Require ip 37.162.0.0/15 Require ip 37.162.0.0/16 Require ip 37.163.0.0/16 Require ip 51.15.0.0/16 Require ip 51.15.0.0/17 Require ip 51.158.0.0/15 Require ip 51.158.128.0/17 Require ip 51.159.224.0/19 Require ip 62.4.0.0/19 Require ip 62.210.0.0/16 Require ip 78.208.0.0/13 … (46 more lines)
// apache_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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_scaleway_deny.conf Deny from 37.160.0.0/14 Deny from 37.160.0.0/15 Deny from 37.160.0.0/16 Deny from 37.161.0.0/16 Deny from 37.162.0.0/15 Deny from 37.162.0.0/16 Deny from 37.163.0.0/16 Deny from 51.15.0.0/16 Deny from 51.15.0.0/17 Deny from 51.158.0.0/15 Deny from 51.158.128.0/17 Deny from 51.159.224.0/19 Deny from 62.4.0.0/19 Deny from 62.210.0.0/16 Deny from 78.208.0.0/13 … (47 more lines)