// VULTR / APACHE
Vultr · Apache
Apache httpd Require ip directives for Vultr. 514 CIDRs, refreshed daily.
// apache_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 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/16 Require ip 45.63.0.0/19 Require ip 45.63.32.0/21 Require ip 45.63.40.0/22 Require ip 45.63.44.0/24 Require ip 45.63.46.0/23 Require ip 45.63.48.0/20 Require ip 45.63.64.0/18 Require ip 45.76.0.0/15 Require ip 64.176.0.0/17 Require ip 64.176.160.0/19 Require ip 64.176.192.0/18 Require ip 64.177.64.0/20 Require ip 64.177.80.0/21 … (136 more lines)
// apache_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 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/16 Deny from 45.63.0.0/19 Deny from 45.63.32.0/21 Deny from 45.63.40.0/22 Deny from 45.63.44.0/24 Deny from 45.63.46.0/23 Deny from 45.63.48.0/20 Deny from 45.63.64.0/18 Deny from 45.76.0.0/15 Deny from 64.176.0.0/17 Deny from 64.176.160.0/19 Deny from 64.176.192.0/18 Deny from 64.177.64.0/20 Deny from 64.177.80.0/21 … (137 more lines)