// ORACLE CLOUD / APACHE
Oracle Cloud · Apache
Apache httpd Require ip directives for Oracle Cloud. 1,078 CIDRs, refreshed daily.
// apache_oracle_allow.conf
# 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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_oracle_allow.conf Require ip 40.233.0.0/19 Require ip 139.177.96.0/21 Require ip 157.137.160.0/19 Require ip 64.181.146.0/23 Require ip 134.70.200.0/23 Require ip 139.177.104.0/22 Require ip 139.177.108.0/25 Require ip 140.91.90.0/23 Require ip 140.204.132.128/25 Require ip 157.137.253.0/24 Require ip 40.233.64.0/18 Require ip 129.153.48.0/20 Require ip 132.145.96.0/20 Require ip 140.238.128.0/19 Require ip 147.5.96.0/19 … (1063 more lines)
// apache_oracle_deny.conf
# 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 Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_oracle_deny.conf Deny from 40.233.0.0/19 Deny from 139.177.96.0/21 Deny from 157.137.160.0/19 Deny from 64.181.146.0/23 Deny from 134.70.200.0/23 Deny from 139.177.104.0/22 Deny from 139.177.108.0/25 Deny from 140.91.90.0/23 Deny from 140.204.132.128/25 Deny from 157.137.253.0/24 Deny from 40.233.64.0/18 Deny from 129.153.48.0/20 Deny from 132.145.96.0/20 Deny from 140.238.128.0/19 Deny from 147.5.96.0/19 … (1064 more lines)