// META (FACEBOOK) / APACHE
Meta (Facebook) · Apache
Apache httpd Require ip directives for Meta (Facebook). 759 CIDRs, refreshed daily.
// apache_meta_allow.conf
# Meta IP Ranges # Updated: 2026-07-15 03:15:48 # 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_meta_allow.conf Require ip 31.13.24.0/21 Require ip 31.13.64.0/18 Require ip 45.64.40.0/22 Require ip 57.141.0.0/24 Require ip 57.141.2.0/23 Require ip 57.141.4.0/23 Require ip 57.141.6.0/24 Require ip 57.141.8.0/24 Require ip 57.141.10.0/24 Require ip 57.141.12.0/23 Require ip 57.141.14.0/24 Require ip 57.141.16.0/22 Require ip 57.141.20.0/24 Require ip 57.141.22.0/24 Require ip 57.141.24.0/24 … (103 more lines)
// apache_meta_deny.conf
# Meta IP Ranges # Updated: 2026-07-15 03:15:48 # 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_meta_deny.conf Deny from 31.13.24.0/21 Deny from 31.13.64.0/18 Deny from 45.64.40.0/22 Deny from 57.141.0.0/24 Deny from 57.141.2.0/23 Deny from 57.141.4.0/23 Deny from 57.141.6.0/24 Deny from 57.141.8.0/24 Deny from 57.141.10.0/24 Deny from 57.141.12.0/23 Deny from 57.141.14.0/24 Deny from 57.141.16.0/22 Deny from 57.141.20.0/24 Deny from 57.141.22.0/24 Deny from 57.141.24.0/24 … (104 more lines)