// 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-02-11 15:35:32 # 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 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 157.55.39.0/24; allow 207.46.13.0/24; allow 40.77.167.0/24; allow 13.66.139.0/24; allow 13.66.144.0/24; allow 52.167.144.0/24; allow 13.67.10.16/28; allow 13.69.66.240/28; allow 13.71.172.224/28; allow 139.217.52.0/28; allow 191.233.204.224/28; allow 20.36.108.32/28; allow 20.43.120.16/28; allow 40.79.131.208/28; allow 40.79.186.176/28; … (14 more lines)
// nginx_bingbot_deny.conf
# Bingbot IP Ranges # Updated: 2026-02-11 15:35:32 # 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 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 157.55.39.0/24; deny 207.46.13.0/24; deny 40.77.167.0/24; deny 13.66.139.0/24; deny 13.66.144.0/24; deny 52.167.144.0/24; deny 13.67.10.16/28; deny 13.69.66.240/28; deny 13.71.172.224/28; deny 139.217.52.0/28; deny 191.233.204.224/28; deny 20.36.108.32/28; deny 20.43.120.16/28; deny 40.79.131.208/28; deny 40.79.186.176/28; … (14 more lines)