// ORACLE CLOUD / APACHE
Oracle Cloud · Apache
Apache httpd Require ip directives for Oracle Cloud. 1,089 CIDRs, refreshed daily.
// apache_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 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 38.104.155.92/31 Require ip 40.233.0.0/19 Require ip 40.233.64.0/18 Require ip 51.170.32.0/19 Require ip 51.170.80.0/20 Require ip 51.170.128.0/20 Require ip 51.170.152.0/21 Require ip 62.115.179.220/31 Require ip 62.115.179.228/31 Require ip 64.110.64.0/18 Require ip 64.181.132.0/24 Require ip 64.181.136.0/22 Require ip 64.181.140.0/23 Require ip 64.181.144.0/22 Require ip 64.181.150.0/23 … (766 more lines)
// apache_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 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 38.104.155.92/31 Deny from 40.233.0.0/19 Deny from 40.233.64.0/18 Deny from 51.170.32.0/19 Deny from 51.170.80.0/20 Deny from 51.170.128.0/20 Deny from 51.170.152.0/21 Deny from 62.115.179.220/31 Deny from 62.115.179.228/31 Deny from 64.110.64.0/18 Deny from 64.181.132.0/24 Deny from 64.181.136.0/22 Deny from 64.181.140.0/23 Deny from 64.181.144.0/22 Deny from 64.181.150.0/23 … (767 more lines)