// BINGBOT / APACHE
Bingbot · Apache
Apache httpd Require ip directives for Bingbot. 28 CIDRs, refreshed daily.
// apache_bingbot_allow.conf
# Bingbot IP Ranges # Updated: 2026-06-14 03:21:38 # 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_bingbot_allow.conf Require ip 13.66.139.0/24 Require ip 13.66.144.0/24 Require ip 13.67.10.16/28 Require ip 13.69.66.240/28 Require ip 13.71.172.224/28 Require ip 20.15.133.160/27 Require ip 20.36.108.32/28 Require ip 20.43.120.16/28 Require ip 20.74.197.0/28 Require ip 20.79.107.240/28 Require ip 20.125.163.80/28 Require ip 40.77.139.0/25 Require ip 40.77.167.0/24 Require ip 40.77.177.0/24 Require ip 40.77.178.0/23 … (13 more lines)
// apache_bingbot_deny.conf
# Bingbot IP Ranges # Updated: 2026-06-14 03:21:38 # 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_bingbot_deny.conf Deny from 13.66.139.0/24 Deny from 13.66.144.0/24 Deny from 13.67.10.16/28 Deny from 13.69.66.240/28 Deny from 13.71.172.224/28 Deny from 20.15.133.160/27 Deny from 20.36.108.32/28 Deny from 20.43.120.16/28 Deny from 20.74.197.0/28 Deny from 20.79.107.240/28 Deny from 20.125.163.80/28 Deny from 40.77.139.0/25 Deny from 40.77.167.0/24 Deny from 40.77.177.0/24 Deny from 40.77.178.0/23 … (14 more lines)