// ZOHO / APACHE
zoho · Apache
Apache httpd Require ip directives for zoho. 179 CIDRs, refreshed daily.
// apache_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 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_zoho_allow.conf Require ip 8.33.38.0/23 Require ip 8.39.54.0/23 Require ip 8.40.222.0/23 Require ip 8.47.10.0/23 Require ip 43.239.212.0/22 Require ip 65.154.166.0/24 Require ip 74.188.224.0/22 Require ip 94.31.54.0/23 Require ip 101.97.36.0/24 Require ip 103.84.216.0/22 Require ip 103.89.74.0/23 Require ip 103.91.166.0/24 Require ip 103.103.196.0/22 Require ip 103.117.158.0/23 Require ip 103.138.128.0/23 … (58 more lines)
// apache_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 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_zoho_deny.conf Deny from 8.33.38.0/23 Deny from 8.39.54.0/23 Deny from 8.40.222.0/23 Deny from 8.47.10.0/23 Deny from 43.239.212.0/22 Deny from 65.154.166.0/24 Deny from 74.188.224.0/22 Deny from 94.31.54.0/23 Deny from 101.97.36.0/24 Deny from 103.84.216.0/22 Deny from 103.89.74.0/23 Deny from 103.91.166.0/24 Deny from 103.103.196.0/22 Deny from 103.117.158.0/23 Deny from 103.138.128.0/23 … (59 more lines)