// DUCKDUCKBOT / APACHE
DuckDuckBot · Apache
Apache httpd Require ip directives for DuckDuckBot. 336 CIDRs, refreshed daily.
// apache_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 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_duckduckbot_allow.conf Require ip 48.200.33.227/32 Require ip 20.72.221.45/32 Require ip 20.80.135.7/32 Require ip 20.59.0.65/32 Require ip 20.72.203.250/32 Require ip 172.193.197.146/32 Require ip 20.242.135.165/32 Require ip 52.146.57.51/32 Require ip 4.156.30.123/32 Require ip 40.121.121.54/32 Require ip 134.33.207.189/32 Require ip 52.224.191.245/32 Require ip 64.236.93.100/32 Require ip 52.154.204.93/32 Require ip 128.203.214.241/32 … (321 more lines)
// apache_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 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_duckduckbot_deny.conf Deny from 48.200.33.227/32 Deny from 20.72.221.45/32 Deny from 20.80.135.7/32 Deny from 20.59.0.65/32 Deny from 20.72.203.250/32 Deny from 172.193.197.146/32 Deny from 20.242.135.165/32 Deny from 52.146.57.51/32 Deny from 4.156.30.123/32 Deny from 40.121.121.54/32 Deny from 134.33.207.189/32 Deny from 52.224.191.245/32 Deny from 64.236.93.100/32 Deny from 52.154.204.93/32 Deny from 128.203.214.241/32 … (322 more lines)