// TOR EXIT NODES / APACHE
Tor Exit Nodes · Apache
Apache httpd Require ip directives for Tor Exit Nodes. 1,262 CIDRs, refreshed daily.
// apache_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 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_tor_allow.conf Require ip 2.27.63.137/32 Require ip 2.56.10.36/32 Require ip 5.2.67.226/32 Require ip 5.44.252.164/32 Require ip 5.45.98.162/32 Require ip 5.45.102.93/32 Require ip 5.45.104.176/32 Require ip 5.79.66.19/32 Require ip 5.83.143.18/32 Require ip 5.104.84.183/32 Require ip 5.104.86.6/32 Require ip 5.175.225.43/32 Require ip 5.252.154.89/32 Require ip 5.253.247.27/32 Require ip 5.255.98.151/32 … (1247 more lines)
// apache_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 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_tor_deny.conf Deny from 2.27.63.137/32 Deny from 2.56.10.36/32 Deny from 5.2.67.226/32 Deny from 5.44.252.164/32 Deny from 5.45.98.162/32 Deny from 5.45.102.93/32 Deny from 5.45.104.176/32 Deny from 5.79.66.19/32 Deny from 5.83.143.18/32 Deny from 5.104.84.183/32 Deny from 5.104.86.6/32 Deny from 5.175.225.43/32 Deny from 5.252.154.89/32 Deny from 5.253.247.27/32 Deny from 5.255.98.151/32 … (1248 more lines)