CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// ZSCALER / UFW

zscaler · UFW

UFW (Uncomplicated Firewall) shell script for zscaler. 946 CIDRs, refreshed daily.

// ufw_zscaler_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW allow rules for zscaler

ufw allow from 8.25.203.0/24
ufw allow from 8.34.34.0/24
ufw allow from 8.35.35.0/24
ufw allow from 64.62.169.0/24
ufw allow from 64.215.22.0/24
ufw allow from 70.39.159.0/24
ufw allow from 70.40.176.0/23
ufw allow from 70.40.178.0/24
ufw allow from 87.58.64.0/18
ufw allow from 89.18.89.0/24
ufw allow from 101.2.192.0/18
ufw allow from 104.129.192.0/20
ufw allow from 120.29.239.0/24
ufw allow from 128.177.125.0/24
ufw allow from 128.177.129.0/24
ufw allow from 128.177.135.0/24
… (131 more lines)

// ufw_zscaler_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# 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
# UFW deny rules for zscaler

ufw deny from 8.25.203.0/24
ufw deny from 8.34.34.0/24
ufw deny from 8.35.35.0/24
ufw deny from 64.62.169.0/24
ufw deny from 64.215.22.0/24
ufw deny from 70.39.159.0/24
ufw deny from 70.40.176.0/23
ufw deny from 70.40.178.0/24
ufw deny from 87.58.64.0/18
ufw deny from 89.18.89.0/24
ufw deny from 101.2.192.0/18
ufw deny from 104.129.192.0/20
ufw deny from 120.29.239.0/24
ufw deny from 128.177.125.0/24
ufw deny from 128.177.129.0/24
ufw deny from 128.177.135.0/24
… (131 more lines)