// IBM CLOUD / NGINX
IBM Cloud · Nginx
Nginx allow/deny config for IBM Cloud. Drop into your server block or http context. 415 CIDRs, refreshed daily.
// nginx_ibmcloud_allow.conf
# Ibmcloud IP Ranges # Updated: 2026-07-14 03:16:01 # 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/19; allow 50.22.32.0/20; allow 50.22.64.0/20; allow 50.22.128.0/18; allow 50.22.192.0/20; allow 50.22.208.0/21; allow 50.97.16.0/23; … (205 more lines)
// nginx_ibmcloud_deny.conf
# Ibmcloud IP Ranges # Updated: 2026-07-14 03:16:01 # 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/19; deny 50.22.32.0/20; deny 50.22.64.0/20; deny 50.22.128.0/18; deny 50.22.192.0/20; deny 50.22.208.0/21; deny 50.97.16.0/23; … (205 more lines)