// CIRCLECI / APACHE
CircleCI · Apache
Apache httpd Require ip directives for CircleCI. 47 CIDRs, refreshed daily.
// apache_circleci_allow.conf
# Circleci IP Ranges # Updated: 2026-05-26 03:20:46 # 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_circleci_allow.conf Require ip 100.27.248.128/25 Require ip 100.29.139.128/25 Require ip 98.80.165.0/24 Require ip 38.23.41.0/24 Require ip 38.23.42.0/24 Require ip 38.23.43.0/24 Require ip 207.254.116.0/24 Require ip 207.254.118.0/24 Require ip 18.97.4.0/24 Require ip 18.97.6.0/24 Require ip 18.97.7.0/24 Require ip 38.23.48.0/24 Require ip 38.23.49.0/24 Require ip 38.23.50.0/24 Require ip 38.23.51.0/24 … (32 more lines)
// apache_circleci_deny.conf
# Circleci IP Ranges # Updated: 2026-05-26 03:20:46 # 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_circleci_deny.conf Deny from 100.27.248.128/25 Deny from 100.29.139.128/25 Deny from 98.80.165.0/24 Deny from 38.23.41.0/24 Deny from 38.23.42.0/24 Deny from 38.23.43.0/24 Deny from 207.254.116.0/24 Deny from 207.254.118.0/24 Deny from 18.97.4.0/24 Deny from 18.97.6.0/24 Deny from 18.97.7.0/24 Deny from 38.23.48.0/24 Deny from 38.23.49.0/24 Deny from 38.23.50.0/24 Deny from 38.23.51.0/24 … (33 more lines)