CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// ORACLE CLOUD / NGINX

Oracle Cloud · Nginx

Nginx allow/deny config for Oracle Cloud. Drop into your server block or http context. 1,078 CIDRs, refreshed daily.

// nginx_oracle_allow.conf

DOWNLOAD ↓  · 
# Oracle IP Ranges
# Updated: 2026-04-29 00:41:06
# 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 00: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 40.233.0.0/19;
allow 139.177.96.0/21;
allow 157.137.160.0/19;
allow 64.181.146.0/23;
allow 134.70.200.0/23;
allow 139.177.104.0/22;
allow 139.177.108.0/25;
allow 140.91.90.0/23;
allow 140.204.132.128/25;
allow 157.137.253.0/24;
allow 40.233.64.0/18;
allow 129.153.48.0/20;
allow 132.145.96.0/20;
allow 140.238.128.0/19;
allow 147.5.96.0/19;
… (1064 more lines)

// nginx_oracle_deny.conf

DOWNLOAD ↓  · 
# Oracle IP Ranges
# Updated: 2026-04-29 00:41:06
# 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 00: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 40.233.0.0/19;
deny 139.177.96.0/21;
deny 157.137.160.0/19;
deny 64.181.146.0/23;
deny 134.70.200.0/23;
deny 139.177.104.0/22;
deny 139.177.108.0/25;
deny 140.91.90.0/23;
deny 140.204.132.128/25;
deny 157.137.253.0/24;
deny 40.233.64.0/18;
deny 129.153.48.0/20;
deny 132.145.96.0/20;
deny 140.238.128.0/19;
deny 147.5.96.0/19;
… (1064 more lines)