// GPTBOT / APACHE
GPTBot · Apache
Apache httpd Require ip directives for GPTBot. 322 CIDRs, refreshed daily.
// apache_gptbot_allow.conf
# Gptbot IP Ranges # Updated: 2026-07-11 03:12:34 # 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.151.241.240/28 Require ip 4.189.118.208/28 Require ip 4.189.119.48/28 Require ip 4.196.118.112/28 Require ip 4.197.19.176/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.198.72.16/28 Require ip 4.201.232.64/28 Require ip 4.205.128.176/28 … (260 more lines)
// apache_gptbot_deny.conf
# Gptbot IP Ranges # Updated: 2026-07-11 03:12:34 # 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.151.241.240/28 Deny from 4.189.118.208/28 Deny from 4.189.119.48/28 Deny from 4.196.118.112/28 Deny from 4.197.19.176/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.198.72.16/28 Deny from 4.201.232.64/28 Deny from 4.205.128.176/28 … (261 more lines)