// 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-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 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 51.15.0.0/16 Require ip 51.158.0.0/15 Require ip 62.4.0.0/19 Require ip 62.210.0.0/16 Require ip 78.208.0.0/13 Require ip 81.56.0.0/15 Require ip 83.158.0.0/16 Require ip 151.115.0.0/17 Require ip 151.115.128.0/18 Require ip 151.115.192.0/24 Require ip 151.115.208.0/20 Require ip 151.115.224.0/19 Require ip 163.172.0.0/16 Require ip 195.154.0.0/16 … (6 more lines)
// apache_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 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 51.15.0.0/16 Deny from 51.158.0.0/15 Deny from 62.4.0.0/19 Deny from 62.210.0.0/16 Deny from 78.208.0.0/13 Deny from 81.56.0.0/15 Deny from 83.158.0.0/16 Deny from 151.115.0.0/17 Deny from 151.115.128.0/18 Deny from 151.115.192.0/24 Deny from 151.115.208.0/20 Deny from 151.115.224.0/19 Deny from 163.172.0.0/16 Deny from 195.154.0.0/16 … (7 more lines)