// LEASEWEB / NGINX
leaseweb · Nginx
Nginx allow/deny config for leaseweb. Drop into your server block or http context. 2,029 CIDRs, refreshed daily.
// nginx_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 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_leaseweb_allow.conf; allow 2.56.100.0/24; allow 2.57.20.0/23; allow 2.59.20.0/24; allow 5.61.32.0/20; allow 5.79.64.0/18; allow 5.181.40.0/22; allow 5.188.222.0/24; allow 23.19.0.0/19; allow 23.19.32.0/21; allow 23.19.41.0/24; allow 23.19.44.0/22; allow 23.19.52.0/23; allow 23.19.56.0/21; allow 23.19.64.0/18; allow 23.19.128.0/20; … (1359 more lines)
// nginx_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 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_leaseweb_deny.conf; deny 2.56.100.0/24; deny 2.57.20.0/23; deny 2.59.20.0/24; deny 5.61.32.0/20; deny 5.79.64.0/18; deny 5.181.40.0/22; deny 5.188.222.0/24; deny 23.19.0.0/19; deny 23.19.32.0/21; deny 23.19.41.0/24; deny 23.19.44.0/22; deny 23.19.52.0/23; deny 23.19.56.0/21; deny 23.19.64.0/18; deny 23.19.128.0/20; … (1359 more lines)