CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// VULTR / NGINX

Vultr · Nginx

Nginx allow/deny config for Vultr. Drop into your server block or http context. 490 CIDRs, refreshed daily.

// nginx_vultr_allow.conf

DOWNLOAD ↓  · 
# Vultr IP Ranges
# Updated: 2026-05-21 03:21:09
# 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_vultr_allow.conf;

allow 43.224.32.0/22;
allow 45.32.0.0/21;
allow 45.32.8.0/21;
allow 45.32.16.0/21;
allow 45.32.24.0/21;
allow 45.32.32.0/19;
allow 45.32.64.0/19;
allow 45.32.96.0/19;
allow 45.32.128.0/20;
allow 45.32.144.0/21;
allow 45.32.152.0/21;
allow 45.32.160.0/20;
allow 45.32.176.0/21;
allow 45.32.184.0/22;
allow 45.32.188.0/22;
… (476 more lines)

// nginx_vultr_deny.conf

DOWNLOAD ↓  · 
# Vultr IP Ranges
# Updated: 2026-05-21 03:21:09
# 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_vultr_deny.conf;

deny 43.224.32.0/22;
deny 45.32.0.0/21;
deny 45.32.8.0/21;
deny 45.32.16.0/21;
deny 45.32.24.0/21;
deny 45.32.32.0/19;
deny 45.32.64.0/19;
deny 45.32.96.0/19;
deny 45.32.128.0/20;
deny 45.32.144.0/21;
deny 45.32.152.0/21;
deny 45.32.160.0/20;
deny 45.32.176.0/21;
deny 45.32.184.0/22;
deny 45.32.188.0/22;
… (476 more lines)