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

zoho · UFW

UFW (Uncomplicated Firewall) shell script for zoho. 179 CIDRs, refreshed daily.

// ufw_zoho_allow.sh

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

ufw allow from 8.33.38.0/23
ufw allow from 8.39.54.0/23
ufw allow from 8.40.222.0/23
ufw allow from 8.47.10.0/23
ufw allow from 43.239.212.0/22
ufw allow from 65.154.166.0/24
ufw allow from 74.188.224.0/22
ufw allow from 94.31.54.0/23
ufw allow from 101.97.36.0/24
ufw allow from 103.84.216.0/22
ufw allow from 103.89.74.0/23
ufw allow from 103.91.166.0/24
ufw allow from 103.103.196.0/22
ufw allow from 103.117.158.0/23
ufw allow from 103.138.128.0/23
ufw allow from 103.163.152.0/23
… (57 more lines)

// ufw_zoho_deny.sh

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

ufw deny from 8.33.38.0/23
ufw deny from 8.39.54.0/23
ufw deny from 8.40.222.0/23
ufw deny from 8.47.10.0/23
ufw deny from 43.239.212.0/22
ufw deny from 65.154.166.0/24
ufw deny from 74.188.224.0/22
ufw deny from 94.31.54.0/23
ufw deny from 101.97.36.0/24
ufw deny from 103.84.216.0/22
ufw deny from 103.89.74.0/23
ufw deny from 103.91.166.0/24
ufw deny from 103.103.196.0/22
ufw deny from 103.117.158.0/23
ufw deny from 103.138.128.0/23
ufw deny from 103.163.152.0/23
… (57 more lines)