// DUCKDUCKBOT / NGINX
DuckDuckBot · Nginx
Nginx allow/deny config for DuckDuckBot. Drop into your server block or http context. 336 CIDRs, refreshed daily.
// nginx_duckduckbot_allow.conf
# Duckduckbot IP Ranges # Updated: 2026-05-26 03:20:44 # 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_duckduckbot_allow.conf; allow 48.200.33.227/32; allow 20.72.221.45/32; allow 20.80.135.7/32; allow 20.59.0.65/32; allow 20.72.203.250/32; allow 172.193.197.146/32; allow 20.242.135.165/32; allow 52.146.57.51/32; allow 4.156.30.123/32; allow 40.121.121.54/32; allow 134.33.207.189/32; allow 52.224.191.245/32; allow 64.236.93.100/32; allow 52.154.204.93/32; allow 128.203.214.241/32; … (322 more lines)
// nginx_duckduckbot_deny.conf
# Duckduckbot IP Ranges # Updated: 2026-05-26 03:20:44 # 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_duckduckbot_deny.conf; deny 48.200.33.227/32; deny 20.72.221.45/32; deny 20.80.135.7/32; deny 20.59.0.65/32; deny 20.72.203.250/32; deny 172.193.197.146/32; deny 20.242.135.165/32; deny 52.146.57.51/32; deny 4.156.30.123/32; deny 40.121.121.54/32; deny 134.33.207.189/32; deny 52.224.191.245/32; deny 64.236.93.100/32; deny 52.154.204.93/32; deny 128.203.214.241/32; … (322 more lines)