// ZOOM / APACHE
Zoom · Apache
Apache httpd Require ip directives for Zoom. 60 CIDRs, refreshed daily.
// apache_zoom_allow.conf
# Zoom IP Ranges # Updated: 2026-04-17 00:35:11 # 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 00: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_zoom_allow.conf Require ip 3.7.35.0/25 Require ip 3.235.82.0/23 Require ip 3.235.96.0/23 Require ip 15.220.80.0/24 Require ip 15.220.81.0/25 Require ip 18.254.23.128/25 Require ip 18.254.61.0/25 Require ip 20.203.158.80/28 Require ip 20.203.190.192/26 Require ip 52.61.100.128/25 Require ip 64.211.144.0/24 Require ip 64.224.32.0/19 Require ip 69.174.108.0/22 Require ip 101.36.167.0/24 Require ip 101.36.170.0/23 … (45 more lines)
// apache_zoom_deny.conf
# Zoom IP Ranges # Updated: 2026-04-17 00:35:11 # 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 00: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_zoom_deny.conf Deny from 3.7.35.0/25 Deny from 3.235.82.0/23 Deny from 3.235.96.0/23 Deny from 15.220.80.0/24 Deny from 15.220.81.0/25 Deny from 18.254.23.128/25 Deny from 18.254.61.0/25 Deny from 20.203.158.80/28 Deny from 20.203.190.192/26 Deny from 52.61.100.128/25 Deny from 64.211.144.0/24 Deny from 64.224.32.0/19 Deny from 69.174.108.0/22 Deny from 101.36.167.0/24 Deny from 101.36.170.0/23 … (46 more lines)