// BINGBOT / NGINX
Bingbot · Nginx
Nginx allow/deny config for Bingbot. Drop into your server block or http context. 28 CIDRs, refreshed daily.
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_bingbot_allow.conf; allow 13.66.139.0/24; allow 13.66.144.0/24; allow 13.67.10.16/28; allow 13.69.66.240/28; allow 13.71.172.224/28; allow 20.15.133.160/27; allow 20.36.108.32/28; allow 20.43.120.16/28; allow 20.74.197.0/28; allow 20.79.107.240/28; allow 20.125.163.80/28; allow 40.77.139.0/25; allow 40.77.167.0/24; allow 40.77.177.0/24; allow 40.77.178.0/23; … (14 more lines)
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_bingbot_deny.conf; deny 13.66.139.0/24; deny 13.66.144.0/24; deny 13.67.10.16/28; deny 13.69.66.240/28; deny 13.71.172.224/28; deny 20.15.133.160/27; deny 20.36.108.32/28; deny 20.43.120.16/28; deny 20.74.197.0/28; deny 20.79.107.240/28; deny 20.125.163.80/28; deny 40.77.139.0/25; deny 40.77.167.0/24; deny 40.77.177.0/24; deny 40.77.178.0/23; … (14 more lines)