// VULTR / NGINX
Vultr · Nginx
Nginx allow/deny config for Vultr. Drop into your server block or http context. 514 CIDRs, refreshed daily.
// nginx_vultr_allow.conf
# Vultr IP Ranges # Updated: 2026-07-11 03:15:39 # 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 # 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/16; allow 45.63.0.0/19; allow 45.63.32.0/21; allow 45.63.40.0/22; allow 45.63.44.0/24; allow 45.63.46.0/23; allow 45.63.48.0/20; allow 45.63.64.0/18; allow 45.76.0.0/15; allow 64.176.0.0/17; allow 64.176.160.0/19; allow 64.176.192.0/18; allow 64.177.64.0/20; allow 64.177.80.0/21; … (137 more lines)
// nginx_vultr_deny.conf
# Vultr IP Ranges # Updated: 2026-07-11 03:15:39 # 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 # 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/16; deny 45.63.0.0/19; deny 45.63.32.0/21; deny 45.63.40.0/22; deny 45.63.44.0/24; deny 45.63.46.0/23; deny 45.63.48.0/20; deny 45.63.64.0/18; deny 45.76.0.0/15; deny 64.176.0.0/17; deny 64.176.160.0/19; deny 64.176.192.0/18; deny 64.177.64.0/20; deny 64.177.80.0/21; … (137 more lines)