// VULTR / APACHE
Vultr · Apache
Apache httpd Require ip directives for Vultr. 490 CIDRs, refreshed daily.
// apache_vultr_allow.conf
# 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 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_vultr_allow.conf Require ip 43.224.32.0/22 Require ip 45.32.0.0/21 Require ip 45.32.8.0/21 Require ip 45.32.16.0/21 Require ip 45.32.24.0/21 Require ip 45.32.32.0/19 Require ip 45.32.64.0/19 Require ip 45.32.96.0/19 Require ip 45.32.128.0/20 Require ip 45.32.144.0/21 Require ip 45.32.152.0/21 Require ip 45.32.160.0/20 Require ip 45.32.176.0/21 Require ip 45.32.184.0/22 Require ip 45.32.188.0/22 … (475 more lines)
// apache_vultr_deny.conf
# 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 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_vultr_deny.conf Deny from 43.224.32.0/22 Deny from 45.32.0.0/21 Deny from 45.32.8.0/21 Deny from 45.32.16.0/21 Deny from 45.32.24.0/21 Deny from 45.32.32.0/19 Deny from 45.32.64.0/19 Deny from 45.32.96.0/19 Deny from 45.32.128.0/20 Deny from 45.32.144.0/21 Deny from 45.32.152.0/21 Deny from 45.32.160.0/20 Deny from 45.32.176.0/21 Deny from 45.32.184.0/22 Deny from 45.32.188.0/22 … (476 more lines)