// PINGDOM / NGINX
pingdom · Nginx
Nginx allow/deny config for pingdom. Drop into your server block or http context. 156 CIDRs, refreshed daily.
// nginx_pingdom_allow.conf
# Pingdom IP Ranges # Updated: 2026-06-18 03:21:18 # 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_pingdom_allow.conf; allow 13.232.220.164/32; allow 23.22.2.46/32; allow 23.83.129.219/32; allow 23.92.127.2/32; allow 23.106.37.99/32; allow 23.111.152.74/32; allow 23.111.159.174/32; allow 43.225.198.122/32; allow 43.229.84.12/32; allow 46.20.45.18/32; allow 46.246.122.10/32; allow 50.16.153.186/32; allow 52.0.204.16/32; allow 52.24.42.103/32; allow 52.48.244.35/32; … (142 more lines)
// nginx_pingdom_deny.conf
# Pingdom IP Ranges # Updated: 2026-06-18 03:21:18 # 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_pingdom_deny.conf; deny 13.232.220.164/32; deny 23.22.2.46/32; deny 23.83.129.219/32; deny 23.92.127.2/32; deny 23.106.37.99/32; deny 23.111.152.74/32; deny 23.111.159.174/32; deny 43.225.198.122/32; deny 43.229.84.12/32; deny 46.20.45.18/32; deny 46.246.122.10/32; deny 50.16.153.186/32; deny 52.0.204.16/32; deny 52.24.42.103/32; deny 52.48.244.35/32; … (142 more lines)