// RACKSPACE / NGINX
rackspace · Nginx
Nginx allow/deny config for rackspace. Drop into your server block or http context. 325 CIDRs, refreshed daily.
// nginx_rackspace_allow.conf
# Rackspace IP Ranges # Updated: 2026-07-12 03:18:02 # 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_rackspace_allow.conf; allow 5.79.0.0/18; allow 23.253.0.0/16; allow 31.222.128.0/18; allow 37.188.96.0/19; allow 46.38.160.0/19; allow 46.227.46.0/24; allow 50.56.0.0/17; allow 50.56.128.0/20; allow 50.56.144.0/22; allow 50.56.152.0/21; allow 50.56.160.0/19; allow 50.56.192.0/18; allow 50.57.0.0/17; allow 50.57.128.0/18; allow 50.57.192.0/19; … (178 more lines)
// nginx_rackspace_deny.conf
# Rackspace IP Ranges # Updated: 2026-07-12 03:18:02 # 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_rackspace_deny.conf; deny 5.79.0.0/18; deny 23.253.0.0/16; deny 31.222.128.0/18; deny 37.188.96.0/19; deny 46.38.160.0/19; deny 46.227.46.0/24; deny 50.56.0.0/17; deny 50.56.128.0/20; deny 50.56.144.0/22; deny 50.56.152.0/21; deny 50.56.160.0/19; deny 50.56.192.0/18; deny 50.57.0.0/17; deny 50.57.128.0/18; deny 50.57.192.0/19; … (178 more lines)