// DUCKDUCKBOT / APACHE
DuckDuckBot · Apache
Apache httpd Require ip directives for DuckDuckBot. 481 CIDRs, refreshed daily.
// apache_duckduckbot_allow.conf
# Duckduckbot IP Ranges # Updated: 2026-07-07 03:19:04 # 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_duckduckbot_allow.conf Require ip 4.144.182.50/32 Require ip 4.149.142.7/32 Require ip 4.149.159.71/32 Require ip 4.149.159.102/32 Require ip 4.149.216.220/32 Require ip 4.150.142.218/32 Require ip 4.154.193.167/32 Require ip 4.156.30.123/32 Require ip 4.156.136.79/32 Require ip 4.156.154.107/32 Require ip 4.157.77.76/32 Require ip 4.172.49.103/32 Require ip 4.177.16.196/32 Require ip 4.182.10.198/32 Require ip 4.182.131.108/32 … (464 more lines)
// apache_duckduckbot_deny.conf
# Duckduckbot IP Ranges # Updated: 2026-07-07 03:19:04 # 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_duckduckbot_deny.conf Deny from 4.144.182.50/32 Deny from 4.149.142.7/32 Deny from 4.149.159.71/32 Deny from 4.149.159.102/32 Deny from 4.149.216.220/32 Deny from 4.150.142.218/32 Deny from 4.154.193.167/32 Deny from 4.156.30.123/32 Deny from 4.156.136.79/32 Deny from 4.156.154.107/32 Deny from 4.157.77.76/32 Deny from 4.172.49.103/32 Deny from 4.177.16.196/32 Deny from 4.182.10.198/32 Deny from 4.182.131.108/32 … (465 more lines)