// CIRCLECI / APACHE
CircleCI · Apache
Apache httpd Require ip directives for CircleCI. 47 CIDRs, refreshed daily.
// apache_circleci_allow.conf
# Circleci IP Ranges # Updated: 2026-06-25 03:23:21 # 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_circleci_allow.conf Require ip 3.210.128.175/32 Require ip 3.228.39.90/32 Require ip 18.97.4.0/24 Require ip 18.97.6.0/23 Require ip 18.213.67.41/32 Require ip 18.214.70.5/32 Require ip 18.214.156.84/32 Require ip 34.194.94.201/32 Require ip 34.194.144.202/32 Require ip 34.197.6.234/32 Require ip 34.197.216.176/32 Require ip 35.169.17.173/32 Require ip 35.174.249.131/32 Require ip 35.174.253.146/32 Require ip 38.23.41.0/24 … (27 more lines)
// apache_circleci_deny.conf
# Circleci IP Ranges # Updated: 2026-06-25 03:23:21 # 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_circleci_deny.conf Deny from 3.210.128.175/32 Deny from 3.228.39.90/32 Deny from 18.97.4.0/24 Deny from 18.97.6.0/23 Deny from 18.213.67.41/32 Deny from 18.214.70.5/32 Deny from 18.214.156.84/32 Deny from 34.194.94.201/32 Deny from 34.194.144.202/32 Deny from 34.197.6.234/32 Deny from 34.197.216.176/32 Deny from 35.169.17.173/32 Deny from 35.174.249.131/32 Deny from 35.174.253.146/32 Deny from 38.23.41.0/24 … (28 more lines)