// META (FACEBOOK) / APACHE
Meta (Facebook) · Apache
Apache httpd Require ip directives for Meta (Facebook). 761 CIDRs, refreshed daily.
// apache_meta_allow.conf
# Meta IP Ranges # Updated: 2026-06-11 03:19: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 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_meta_allow.conf Require ip 31.13.24.0/21 Require ip 31.13.64.0/18 Require ip 31.13.64.0/24 Require ip 31.13.66.0/24 Require ip 31.13.69.0/24 Require ip 31.13.70.0/24 Require ip 31.13.71.0/24 Require ip 31.13.72.0/24 Require ip 31.13.73.0/24 Require ip 31.13.80.0/24 Require ip 31.13.82.0/24 Require ip 31.13.83.0/24 Require ip 31.13.84.0/24 Require ip 31.13.86.0/24 Require ip 31.13.87.0/24 … (746 more lines)
// apache_meta_deny.conf
# Meta IP Ranges # Updated: 2026-06-11 03:19: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 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_meta_deny.conf Deny from 31.13.24.0/21 Deny from 31.13.64.0/18 Deny from 31.13.64.0/24 Deny from 31.13.66.0/24 Deny from 31.13.69.0/24 Deny from 31.13.70.0/24 Deny from 31.13.71.0/24 Deny from 31.13.72.0/24 Deny from 31.13.73.0/24 Deny from 31.13.80.0/24 Deny from 31.13.82.0/24 Deny from 31.13.83.0/24 Deny from 31.13.84.0/24 Deny from 31.13.86.0/24 Deny from 31.13.87.0/24 … (747 more lines)