// PINGDOM / APACHE
pingdom · Apache
Apache httpd Require ip directives for pingdom. 156 CIDRs, refreshed daily.
// apache_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 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 13.232.220.164/32 Require ip 23.22.2.46/32 Require ip 23.83.129.219/32 Require ip 23.92.127.2/32 Require ip 23.106.37.99/32 Require ip 23.111.152.74/32 Require ip 23.111.159.174/32 Require ip 43.225.198.122/32 Require ip 43.229.84.12/32 Require ip 46.20.45.18/32 Require ip 46.246.122.10/32 Require ip 50.16.153.186/32 Require ip 52.0.204.16/32 Require ip 52.24.42.103/32 Require ip 52.48.244.35/32 … (141 more lines)
// apache_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 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 13.232.220.164/32 Deny from 23.22.2.46/32 Deny from 23.83.129.219/32 Deny from 23.92.127.2/32 Deny from 23.106.37.99/32 Deny from 23.111.152.74/32 Deny from 23.111.159.174/32 Deny from 43.225.198.122/32 Deny from 43.229.84.12/32 Deny from 46.20.45.18/32 Deny from 46.246.122.10/32 Deny from 50.16.153.186/32 Deny from 52.0.204.16/32 Deny from 52.24.42.103/32 Deny from 52.48.244.35/32 … (142 more lines)