// ZSCALER / APACHE
zscaler · Apache
Apache httpd Require ip directives for zscaler. 946 CIDRs, refreshed daily.
// apache_zscaler_allow.conf
# Zscaler IP Ranges # Updated: 2026-07-12 03:18:05 # 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_zscaler_allow.conf Require ip 8.25.203.0/24 Require ip 8.34.34.0/24 Require ip 8.35.35.0/24 Require ip 64.62.169.0/24 Require ip 64.215.22.0/24 Require ip 70.39.159.0/24 Require ip 70.40.176.0/23 Require ip 70.40.178.0/24 Require ip 87.58.64.0/18 Require ip 89.18.89.0/24 Require ip 101.2.192.0/18 Require ip 104.129.192.0/20 Require ip 120.29.239.0/24 Require ip 128.177.125.0/24 Require ip 128.177.129.0/24 … (132 more lines)
// apache_zscaler_deny.conf
# Zscaler IP Ranges # Updated: 2026-07-12 03:18:05 # 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_zscaler_deny.conf Deny from 8.25.203.0/24 Deny from 8.34.34.0/24 Deny from 8.35.35.0/24 Deny from 64.62.169.0/24 Deny from 64.215.22.0/24 Deny from 70.39.159.0/24 Deny from 70.40.176.0/23 Deny from 70.40.178.0/24 Deny from 87.58.64.0/18 Deny from 89.18.89.0/24 Deny from 101.2.192.0/18 Deny from 104.129.192.0/20 Deny from 120.29.239.0/24 Deny from 128.177.125.0/24 Deny from 128.177.129.0/24 … (133 more lines)