// GPTBOT / NGINX
GPTBot · Nginx
Nginx allow/deny config for GPTBot. Drop into your server block or http context. 303 CIDRs, refreshed daily.
// nginx_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 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 132.196.86.0/24; allow 172.182.202.0/25; allow 172.182.204.0/24; allow 172.182.207.0/25; allow 172.182.214.0/24; allow 172.182.215.0/24; allow 20.125.66.80/28; allow 20.171.206.0/24; allow 20.171.207.0/24; allow 4.227.36.0/25; allow 52.230.152.0/24; allow 74.7.175.128/25; allow 74.7.227.0/25; allow 74.7.227.128/25; allow 74.7.228.0/25; … (289 more lines)
// nginx_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 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 132.196.86.0/24; deny 172.182.202.0/25; deny 172.182.204.0/24; deny 172.182.207.0/25; deny 172.182.214.0/24; deny 172.182.215.0/24; deny 20.125.66.80/28; deny 20.171.206.0/24; deny 20.171.207.0/24; deny 4.227.36.0/25; deny 52.230.152.0/24; deny 74.7.175.128/25; deny 74.7.227.0/25; deny 74.7.227.128/25; deny 74.7.228.0/25; … (289 more lines)