// ORACLE CLOUD / NGINX
Oracle Cloud · Nginx
Nginx allow/deny config for Oracle Cloud. Drop into your server block or http context. 1,089 CIDRs, refreshed daily.
// nginx_oracle_allow.conf
# Oracle IP Ranges # Updated: 2026-06-25 03:20:07 # 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_oracle_allow.conf; allow 38.104.155.92/31; allow 40.233.0.0/19; allow 40.233.64.0/18; allow 51.170.32.0/19; allow 51.170.80.0/20; allow 51.170.128.0/20; allow 51.170.152.0/21; allow 62.115.179.220/31; allow 62.115.179.228/31; allow 64.110.64.0/18; allow 64.181.132.0/24; allow 64.181.136.0/22; allow 64.181.140.0/23; allow 64.181.144.0/22; allow 64.181.150.0/23; … (767 more lines)
// nginx_oracle_deny.conf
# Oracle IP Ranges # Updated: 2026-06-25 03:20:07 # 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_oracle_deny.conf; deny 38.104.155.92/31; deny 40.233.0.0/19; deny 40.233.64.0/18; deny 51.170.32.0/19; deny 51.170.80.0/20; deny 51.170.128.0/20; deny 51.170.152.0/21; deny 62.115.179.220/31; deny 62.115.179.228/31; deny 64.110.64.0/18; deny 64.181.132.0/24; deny 64.181.136.0/22; deny 64.181.140.0/23; deny 64.181.144.0/22; deny 64.181.150.0/23; … (767 more lines)