// GPTBOT / APACHE
GPTBot · Apache
Apache httpd Require ip directives for GPTBot. 260 CIDRs, refreshed daily.
// apache_gptbot_allow.conf
# Gptbot IP Ranges # Updated: 2026-08-15 02:29: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 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_gptbot_allow.conf Require ip 4.151.71.176/28 Require ip 4.151.119.48/28 Require ip 4.189.118.208/28 Require ip 4.189.119.48/28 Require ip 4.197.22.112/28 Require ip 4.197.64.0/27 Require ip 4.197.64.48/28 Require ip 4.197.64.64/28 Require ip 4.197.115.112/28 Require ip 4.201.232.64/28 Require ip 4.205.128.176/28 Require ip 4.218.24.64/28 Require ip 4.226.200.16/28 Require ip 4.226.226.32/28 Require ip 4.227.36.0/25 … (218 more lines)
// apache_gptbot_deny.conf
# Gptbot IP Ranges # Updated: 2026-08-15 02:29: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 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_gptbot_deny.conf Deny from 4.151.71.176/28 Deny from 4.151.119.48/28 Deny from 4.189.118.208/28 Deny from 4.189.119.48/28 Deny from 4.197.22.112/28 Deny from 4.197.64.0/27 Deny from 4.197.64.48/28 Deny from 4.197.64.64/28 Deny from 4.197.115.112/28 Deny from 4.201.232.64/28 Deny from 4.205.128.176/28 Deny from 4.218.24.64/28 Deny from 4.226.200.16/28 Deny from 4.226.226.32/28 Deny from 4.227.36.0/25 … (219 more lines)