// GPTBOT / NGINX
GPTBot · Nginx
Nginx allow/deny config for GPTBot. Drop into your server block or http context. 322 CIDRs, refreshed daily.
// nginx_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 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.151.241.240/28; allow 4.189.118.208/28; allow 4.189.119.48/28; allow 4.196.118.112/28; allow 4.197.19.176/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.198.72.16/28; allow 4.201.232.64/28; allow 4.205.128.176/28; … (261 more lines)
// nginx_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 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.151.241.240/28; deny 4.189.118.208/28; deny 4.189.119.48/28; deny 4.196.118.112/28; deny 4.197.19.176/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.198.72.16/28; deny 4.201.232.64/28; deny 4.205.128.176/28; … (261 more lines)