// LEASEWEB / APACHE
leaseweb · Apache
Apache httpd Require ip directives for leaseweb. 2,029 CIDRs, refreshed daily.
// apache_leaseweb_allow.conf
# Leaseweb IP Ranges # Updated: 2026-07-12 03:17:58 # 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_leaseweb_allow.conf Require ip 2.56.100.0/24 Require ip 2.57.20.0/23 Require ip 2.59.20.0/24 Require ip 5.61.32.0/20 Require ip 5.79.64.0/18 Require ip 5.181.40.0/22 Require ip 5.188.222.0/24 Require ip 23.19.0.0/19 Require ip 23.19.32.0/21 Require ip 23.19.41.0/24 Require ip 23.19.44.0/22 Require ip 23.19.52.0/23 Require ip 23.19.56.0/21 Require ip 23.19.64.0/18 Require ip 23.19.128.0/20 … (1358 more lines)
// apache_leaseweb_deny.conf
# Leaseweb IP Ranges # Updated: 2026-07-12 03:17:58 # 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_leaseweb_deny.conf Deny from 2.56.100.0/24 Deny from 2.57.20.0/23 Deny from 2.59.20.0/24 Deny from 5.61.32.0/20 Deny from 5.79.64.0/18 Deny from 5.181.40.0/22 Deny from 5.188.222.0/24 Deny from 23.19.0.0/19 Deny from 23.19.32.0/21 Deny from 23.19.41.0/24 Deny from 23.19.44.0/22 Deny from 23.19.52.0/23 Deny from 23.19.56.0/21 Deny from 23.19.64.0/18 Deny from 23.19.128.0/20 … (1359 more lines)