// ZOHO / NGINX
zoho · Nginx
Nginx allow/deny config for zoho. Drop into your server block or http context. 179 CIDRs, refreshed daily.
// nginx_zoho_allow.conf
# Zoho IP Ranges # Updated: 2026-07-12 03:46:22 # 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_zoho_allow.conf; allow 8.33.38.0/23; allow 8.39.54.0/23; allow 8.40.222.0/23; allow 8.47.10.0/23; allow 43.239.212.0/22; allow 65.154.166.0/24; allow 74.188.224.0/22; allow 94.31.54.0/23; allow 101.97.36.0/24; allow 103.84.216.0/22; allow 103.89.74.0/23; allow 103.91.166.0/24; allow 103.103.196.0/22; allow 103.117.158.0/23; allow 103.138.128.0/23; … (59 more lines)
// nginx_zoho_deny.conf
# Zoho IP Ranges # Updated: 2026-07-12 03:46:22 # 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_zoho_deny.conf; deny 8.33.38.0/23; deny 8.39.54.0/23; deny 8.40.222.0/23; deny 8.47.10.0/23; deny 43.239.212.0/22; deny 65.154.166.0/24; deny 74.188.224.0/22; deny 94.31.54.0/23; deny 101.97.36.0/24; deny 103.84.216.0/22; deny 103.89.74.0/23; deny 103.91.166.0/24; deny 103.103.196.0/22; deny 103.117.158.0/23; deny 103.138.128.0/23; … (59 more lines)