// IBM CLOUD / NGINX
IBM Cloud · Nginx
Nginx allow/deny config for IBM Cloud. Drop into your server block or http context. 411 CIDRs, refreshed daily.
// nginx_ibmcloud_allow.conf
# Ibmcloud IP Ranges # Updated: 2026-06-14 03:22:26 # 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_ibmcloud_allow.conf; allow 5.10.96.0/19; allow 5.83.159.0/24; allow 13.116.64.0/18; allow 13.120.64.0/18; allow 13.121.64.0/18; allow 13.122.64.0/18; allow 43.245.168.0/24; allow 46.16.184.0/21; allow 50.22.0.0/21; allow 50.22.8.0/21; allow 50.22.16.0/21; allow 50.22.24.0/21; allow 50.22.24.0/22; allow 50.22.32.0/21; allow 50.22.40.0/21; … (397 more lines)
// nginx_ibmcloud_deny.conf
# Ibmcloud IP Ranges # Updated: 2026-06-14 03:22:26 # 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_ibmcloud_deny.conf; deny 5.10.96.0/19; deny 5.83.159.0/24; deny 13.116.64.0/18; deny 13.120.64.0/18; deny 13.121.64.0/18; deny 13.122.64.0/18; deny 43.245.168.0/24; deny 46.16.184.0/21; deny 50.22.0.0/21; deny 50.22.8.0/21; deny 50.22.16.0/21; deny 50.22.24.0/21; deny 50.22.24.0/22; deny 50.22.32.0/21; deny 50.22.40.0/21; … (397 more lines)