// MULLVAD VPN / APACHE
Mullvad VPN · Apache
Apache httpd Require ip directives for Mullvad VPN. 1,127 CIDRs, refreshed daily.
// apache_mullvad_allow.conf
# Mullvad IP Ranges # Updated: 2026-06-13 03:20:06 # 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_mullvad_allow.conf Require ip 23.159.216.3/32 Require ip 23.159.216.127/32 Require ip 23.160.24.3/32 Require ip 23.160.24.127/32 Require ip 23.162.8.3/32 Require ip 23.162.8.67/32 Require ip 23.162.8.130/32 Require ip 23.162.40.3/32 Require ip 23.162.40.127/32 Require ip 23.168.216.3/32 Require ip 23.168.216.127/32 Require ip 23.234.68.2/32 Require ip 23.234.68.127/32 Require ip 23.234.69.2/32 Require ip 23.234.69.127/32 … (1112 more lines)
// apache_mullvad_deny.conf
# Mullvad IP Ranges # Updated: 2026-06-13 03:20:06 # 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_mullvad_deny.conf Deny from 23.159.216.3/32 Deny from 23.159.216.127/32 Deny from 23.160.24.3/32 Deny from 23.160.24.127/32 Deny from 23.162.8.3/32 Deny from 23.162.8.67/32 Deny from 23.162.8.130/32 Deny from 23.162.40.3/32 Deny from 23.162.40.127/32 Deny from 23.168.216.3/32 Deny from 23.168.216.127/32 Deny from 23.234.68.2/32 Deny from 23.234.68.127/32 Deny from 23.234.69.2/32 Deny from 23.234.69.127/32 … (1113 more lines)