// DATADOG / APACHE
datadog · Apache
Apache httpd Require ip directives for datadog. 166 CIDRs, refreshed daily.
// apache_datadog_allow.conf
# Datadog IP Ranges # Updated: 2026-06-14 03:22:17 # 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_datadog_allow.conf Require ip 3.1.36.99/32 Require ip 3.1.219.207/32 Require ip 3.18.172.189/32 Require ip 3.18.188.104/32 Require ip 3.18.197.0/32 Require ip 3.35.66.96/32 Require ip 3.36.177.119/32 Require ip 3.40.2.64/29 Require ip 3.40.134.72/29 Require ip 3.41.0.88/29 Require ip 3.41.176.48/29 Require ip 3.42.136.80/29 Require ip 3.44.192.120/29 Require ip 3.45.0.40/29 Require ip 3.90.129.171/32 … (151 more lines)
// apache_datadog_deny.conf
# Datadog IP Ranges # Updated: 2026-06-14 03:22:17 # 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_datadog_deny.conf Deny from 3.1.36.99/32 Deny from 3.1.219.207/32 Deny from 3.18.172.189/32 Deny from 3.18.188.104/32 Deny from 3.18.197.0/32 Deny from 3.35.66.96/32 Deny from 3.36.177.119/32 Deny from 3.40.2.64/29 Deny from 3.40.134.72/29 Deny from 3.41.0.88/29 Deny from 3.41.176.48/29 Deny from 3.42.136.80/29 Deny from 3.44.192.120/29 Deny from 3.45.0.40/29 Deny from 3.90.129.171/32 … (152 more lines)