// UPTIMEROBOT / APACHE
uptimerobot · Apache
Apache httpd Require ip directives for uptimerobot. 232 CIDRs, refreshed daily.
// apache_uptimerobot_allow.conf
# Uptimerobot IP Ranges # Updated: 2026-06-14 03:22: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_uptimerobot_allow.conf Require ip 3.12.251.153/32 Require ip 3.20.63.178/32 Require ip 3.77.67.4/32 Require ip 3.79.134.69/32 Require ip 3.105.133.239/32 Require ip 3.105.190.221/32 Require ip 3.133.226.214/32 Require ip 3.149.57.90/32 Require ip 3.212.128.62/32 Require ip 5.161.61.238/32 Require ip 5.161.73.160/32 Require ip 5.161.75.7/32 Require ip 5.161.113.195/32 Require ip 5.161.117.52/32 Require ip 5.161.177.47/32 … (217 more lines)
// apache_uptimerobot_deny.conf
# Uptimerobot IP Ranges # Updated: 2026-06-14 03:22: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_uptimerobot_deny.conf Deny from 3.12.251.153/32 Deny from 3.20.63.178/32 Deny from 3.77.67.4/32 Deny from 3.79.134.69/32 Deny from 3.105.133.239/32 Deny from 3.105.190.221/32 Deny from 3.133.226.214/32 Deny from 3.149.57.90/32 Deny from 3.212.128.62/32 Deny from 5.161.61.238/32 Deny from 5.161.73.160/32 Deny from 5.161.75.7/32 Deny from 5.161.113.195/32 Deny from 5.161.117.52/32 Deny from 5.161.177.47/32 … (218 more lines)