// TOR EXIT NODES / NGINX
Tor Exit Nodes · Nginx
Nginx allow/deny config for Tor Exit Nodes. Drop into your server block or http context. 1,262 CIDRs, refreshed daily.
// nginx_tor_allow.conf
# Tor IP Ranges # Updated: 2026-06-13 03:20:06 # 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_tor_allow.conf; allow 2.27.63.137/32; allow 2.56.10.36/32; allow 5.2.67.226/32; allow 5.44.252.164/32; allow 5.45.98.162/32; allow 5.45.102.93/32; allow 5.45.104.176/32; allow 5.79.66.19/32; allow 5.83.143.18/32; allow 5.104.84.183/32; allow 5.104.86.6/32; allow 5.175.225.43/32; allow 5.252.154.89/32; allow 5.253.247.27/32; allow 5.255.98.151/32; … (1248 more lines)
// nginx_tor_deny.conf
# Tor IP Ranges # Updated: 2026-06-13 03:20:06 # 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_tor_deny.conf; deny 2.27.63.137/32; deny 2.56.10.36/32; deny 5.2.67.226/32; deny 5.44.252.164/32; deny 5.45.98.162/32; deny 5.45.102.93/32; deny 5.45.104.176/32; deny 5.79.66.19/32; deny 5.83.143.18/32; deny 5.104.84.183/32; deny 5.104.86.6/32; deny 5.175.225.43/32; deny 5.252.154.89/32; deny 5.253.247.27/32; deny 5.255.98.151/32; … (1248 more lines)