// UPTIMEROBOT / NGINX
uptimerobot · Nginx
Nginx allow/deny config for uptimerobot. Drop into your server block or http context. 232 CIDRs, refreshed daily.
// nginx_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 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_uptimerobot_allow.conf; allow 3.12.251.153/32; allow 3.20.63.178/32; allow 3.77.67.4/32; allow 3.79.134.69/32; allow 3.105.133.239/32; allow 3.105.190.221/32; allow 3.133.226.214/32; allow 3.149.57.90/32; allow 3.212.128.62/32; allow 5.161.61.238/32; allow 5.161.73.160/32; allow 5.161.75.7/32; allow 5.161.113.195/32; allow 5.161.117.52/32; allow 5.161.177.47/32; … (218 more lines)
// nginx_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 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_uptimerobot_deny.conf; deny 3.12.251.153/32; deny 3.20.63.178/32; deny 3.77.67.4/32; deny 3.79.134.69/32; deny 3.105.133.239/32; deny 3.105.190.221/32; deny 3.133.226.214/32; deny 3.149.57.90/32; deny 3.212.128.62/32; deny 5.161.61.238/32; deny 5.161.73.160/32; deny 5.161.75.7/32; deny 5.161.113.195/32; deny 5.161.117.52/32; deny 5.161.177.47/32; … (218 more lines)