// PINGDOM / APACHE
pingdom · Apache
Apache httpd Require ip directives for pingdom. 206 CIDRs, refreshed daily.
// apache_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 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_pingdom_allow.conf Require ip 3.10.222.182/32 Require ip 3.11.131.95/32 Require ip 3.66.99.59/32 Require ip 3.120.200.34/32 Require ip 3.121.108.101/32 Require ip 3.125.198.20/32 Require ip 3.127.78.190/32 Require ip 3.219.128.11/32 Require ip 3.234.196.132/32 Require ip 13.41.140.26/32 Require ip 13.41.156.80/32 Require ip 13.48.152.99/32 Require ip 13.49.128.195/32 Require ip 13.232.220.164/32 Require ip 13.238.73.96/32 … (189 more lines)
// apache_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 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_pingdom_deny.conf Deny from 3.10.222.182/32 Deny from 3.11.131.95/32 Deny from 3.66.99.59/32 Deny from 3.120.200.34/32 Deny from 3.121.108.101/32 Deny from 3.125.198.20/32 Deny from 3.127.78.190/32 Deny from 3.219.128.11/32 Deny from 3.234.196.132/32 Deny from 13.41.140.26/32 Deny from 13.41.156.80/32 Deny from 13.48.152.99/32 Deny from 13.49.128.195/32 Deny from 13.232.220.164/32 Deny from 13.238.73.96/32 … (190 more lines)