// AKAMAI / NGINX
akamai · Nginx
Nginx allow/deny config for akamai. Drop into your server block or http context. 11,134 CIDRs, refreshed daily.
// nginx_akamai_allow.conf
# Akamai IP Ranges # Updated: 2026-07-12 03:17:48 # 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_akamai_allow.conf; allow 2.16.0.0/13; allow 14.136.149.0/24; allow 23.0.0.0/12; allow 23.32.0.0/11; allow 23.64.0.0/14; allow 23.72.0.0/13; allow 23.92.16.0/20; allow 23.192.0.0/11; allow 23.239.0.0/19; allow 27.105.82.0/24; allow 43.254.120.0/22; allow 45.33.0.0/17; allow 45.56.64.0/18; allow 45.79.0.0/18; allow 45.79.64.0/19; … (585 more lines)
// nginx_akamai_deny.conf
# Akamai IP Ranges # Updated: 2026-07-12 03:17:48 # 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_akamai_deny.conf; deny 2.16.0.0/13; deny 14.136.149.0/24; deny 23.0.0.0/12; deny 23.32.0.0/11; deny 23.64.0.0/14; deny 23.72.0.0/13; deny 23.92.16.0/20; deny 23.192.0.0/11; deny 23.239.0.0/19; deny 27.105.82.0/24; deny 43.254.120.0/22; deny 45.33.0.0/17; deny 45.56.64.0/18; deny 45.79.0.0/18; deny 45.79.64.0/19; … (585 more lines)