// ZOOM / NGINX
Zoom · Nginx
Nginx allow/deny config for Zoom. Drop into your server block or http context. 60 CIDRs, refreshed daily.
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_zoom_allow.conf; allow 3.7.35.0/25; allow 3.235.82.0/23; allow 3.235.96.0/23; allow 15.220.80.0/24; allow 15.220.81.0/25; allow 18.254.23.128/25; allow 18.254.61.0/25; allow 20.203.158.80/28; allow 20.203.190.192/26; allow 52.61.100.128/25; allow 64.211.144.0/24; allow 64.224.32.0/19; allow 69.174.108.0/22; allow 101.36.167.0/24; allow 101.36.170.0/23; … (46 more lines)
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_zoom_deny.conf; deny 3.7.35.0/25; deny 3.235.82.0/23; deny 3.235.96.0/23; deny 15.220.80.0/24; deny 15.220.81.0/25; deny 18.254.23.128/25; deny 18.254.61.0/25; deny 20.203.158.80/28; deny 20.203.190.192/26; deny 52.61.100.128/25; deny 64.211.144.0/24; deny 64.224.32.0/19; deny 69.174.108.0/22; deny 101.36.167.0/24; deny 101.36.170.0/23; … (46 more lines)