// GPTBOT / APACHE
GPTBot · Apache
Apache httpd Require ip directives for GPTBot. 303 CIDRs, refreshed daily.
// apache_gptbot_allow.conf
# Gptbot IP Ranges # Updated: 2026-05-21 03:20:31 # 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_gptbot_allow.conf Require ip 132.196.86.0/24 Require ip 172.182.202.0/25 Require ip 172.182.204.0/24 Require ip 172.182.207.0/25 Require ip 172.182.214.0/24 Require ip 172.182.215.0/24 Require ip 20.125.66.80/28 Require ip 20.171.206.0/24 Require ip 20.171.207.0/24 Require ip 4.227.36.0/25 Require ip 52.230.152.0/24 Require ip 74.7.175.128/25 Require ip 74.7.227.0/25 Require ip 74.7.227.128/25 Require ip 74.7.228.0/25 … (288 more lines)
// apache_gptbot_deny.conf
# Gptbot IP Ranges # Updated: 2026-05-21 03:20:31 # 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_gptbot_deny.conf Deny from 132.196.86.0/24 Deny from 172.182.202.0/25 Deny from 172.182.204.0/24 Deny from 172.182.207.0/25 Deny from 172.182.214.0/24 Deny from 172.182.215.0/24 Deny from 20.125.66.80/28 Deny from 20.171.206.0/24 Deny from 20.171.207.0/24 Deny from 4.227.36.0/25 Deny from 52.230.152.0/24 Deny from 74.7.175.128/25 Deny from 74.7.227.0/25 Deny from 74.7.227.128/25 Deny from 74.7.228.0/25 … (289 more lines)