// WASABI / APACHE
wasabi · Apache
Apache httpd Require ip directives for wasabi. 20 CIDRs, refreshed daily.
// apache_wasabi_allow.conf
# Wasabi IP Ranges # Updated: 2026-07-12 03:46:23 # 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_wasabi_allow.conf Require ip 27.131.254.0/24 Require ip 38.27.106.0/24 Require ip 38.73.225.0/24 Require ip 38.91.42.0/24 Require ip 38.126.68.0/24 Require ip 38.143.146.0/24 Require ip 38.146.40.0/24 Require ip 38.146.208.0/23 Require ip 38.242.13.0/24 Require ip 103.151.85.0/24 Require ip 130.117.185.0/24 Require ip 130.117.252.0/24 Require ip 149.5.241.0/24 Require ip 149.13.185.0/24 Require ip 154.18.200.0/24 … (4 more lines)
// apache_wasabi_deny.conf
# Wasabi IP Ranges # Updated: 2026-07-12 03:46:23 # 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_wasabi_deny.conf Deny from 27.131.254.0/24 Deny from 38.27.106.0/24 Deny from 38.73.225.0/24 Deny from 38.91.42.0/24 Deny from 38.126.68.0/24 Deny from 38.143.146.0/24 Deny from 38.146.40.0/24 Deny from 38.146.208.0/23 Deny from 38.242.13.0/24 Deny from 103.151.85.0/24 Deny from 130.117.185.0/24 Deny from 130.117.252.0/24 Deny from 149.5.241.0/24 Deny from 149.13.185.0/24 Deny from 154.18.200.0/24 … (5 more lines)