// GPTBOT / NGINX
GPTBot · Nginx
Nginx allow/deny config for GPTBot. Drop into your server block or http context. 260 CIDRs, refreshed daily.
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_gptbot_allow.conf; allow 4.151.71.176/28; allow 4.151.119.48/28; allow 4.189.118.208/28; allow 4.189.119.48/28; allow 4.197.22.112/28; allow 4.197.64.0/27; allow 4.197.64.48/28; allow 4.197.64.64/28; allow 4.197.115.112/28; allow 4.201.232.64/28; allow 4.205.128.176/28; allow 4.218.24.64/28; allow 4.226.200.16/28; allow 4.226.226.32/28; allow 4.227.36.0/25; … (219 more lines)
// nginx_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 nginx, # add the following line to your server block in your nginx configuration file (e.g., /etc/nginx/nginx.conf or /etc/nginx/sites-available/default): # include /path/to/nginx_gptbot_deny.conf; deny 4.151.71.176/28; deny 4.151.119.48/28; deny 4.189.118.208/28; deny 4.189.119.48/28; deny 4.197.22.112/28; deny 4.197.64.0/27; deny 4.197.64.48/28; deny 4.197.64.64/28; deny 4.197.115.112/28; deny 4.201.232.64/28; deny 4.205.128.176/28; deny 4.218.24.64/28; deny 4.226.200.16/28; deny 4.226.226.32/28; deny 4.227.36.0/25; … (219 more lines)