// PINGDOM / NGINX
pingdom · Nginx
Nginx allow/deny config for pingdom. Drop into your server block or http context. 206 CIDRs, refreshed daily.
// nginx_pingdom_allow.conf
# Pingdom IP Ranges # Updated: 2026-08-27 03:59:39 # 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 3.10.222.182/32; allow 3.11.131.95/32; allow 3.66.99.59/32; allow 3.120.200.34/32; allow 3.121.108.101/32; allow 3.125.198.20/32; allow 3.127.78.190/32; allow 3.219.128.11/32; allow 3.234.196.132/32; allow 13.41.140.26/32; allow 13.41.156.80/32; allow 13.48.152.99/32; allow 13.49.128.195/32; allow 13.232.220.164/32; allow 13.238.73.96/32; … (190 more lines)
// nginx_pingdom_deny.conf
# Pingdom IP Ranges # Updated: 2026-08-27 03:59:39 # 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 3.10.222.182/32; deny 3.11.131.95/32; deny 3.66.99.59/32; deny 3.120.200.34/32; deny 3.121.108.101/32; deny 3.125.198.20/32; deny 3.127.78.190/32; deny 3.219.128.11/32; deny 3.234.196.132/32; deny 13.41.140.26/32; deny 13.41.156.80/32; deny 13.48.152.99/32; deny 13.49.128.195/32; deny 13.232.220.164/32; deny 13.238.73.96/32; … (190 more lines)