// CIRCLECI / NGINX
CircleCI · Nginx
Nginx allow/deny config for CircleCI. Drop into your server block or http context. 47 CIDRs, refreshed daily.
// nginx_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 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_circleci_allow.conf; allow 3.210.128.175/32; allow 3.228.39.90/32; allow 18.97.4.0/24; allow 18.97.6.0/23; allow 18.213.67.41/32; allow 18.214.70.5/32; allow 18.214.156.84/32; allow 34.194.94.201/32; allow 34.194.144.202/32; allow 34.197.6.234/32; allow 34.197.216.176/32; allow 35.169.17.173/32; allow 35.174.249.131/32; allow 35.174.253.146/32; allow 38.23.41.0/24; … (28 more lines)
// nginx_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 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_circleci_deny.conf; deny 3.210.128.175/32; deny 3.228.39.90/32; deny 18.97.4.0/24; deny 18.97.6.0/23; deny 18.213.67.41/32; deny 18.214.70.5/32; deny 18.214.156.84/32; deny 34.194.94.201/32; deny 34.194.144.202/32; deny 34.197.6.234/32; deny 34.197.216.176/32; deny 35.169.17.173/32; deny 35.174.249.131/32; deny 35.174.253.146/32; deny 38.23.41.0/24; … (28 more lines)