// DISCORD / APACHE
Discord · Apache
Apache httpd Require ip directives for Discord. 20 CIDRs, refreshed daily.
// apache_discord_allow.conf
# Discord IP Ranges # Updated: 2026-09-20 02:33:36 # 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 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_discord_allow.conf Require ip 34.73.62.161/32 Require ip 34.74.100.84/32 Require ip 34.74.113.139/32 Require ip 34.75.19.245/32 Require ip 34.138.20.118/32 Require ip 34.138.218.50/32 Require ip 34.139.115.226/32 Require ip 34.148.171.212/32 Require ip 35.190.130.193/32 Require ip 35.196.132.85/32 Require ip 35.227.34.53/32 Require ip 35.227.62.178/32 Require ip 35.231.24.24/32 Require ip 35.231.179.220/32 Require ip 35.237.4.214/32 … (5 more lines)
// apache_discord_deny.conf
# Discord IP Ranges # Updated: 2026-09-20 02:33:36 # 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 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_discord_deny.conf Deny from 34.73.62.161/32 Deny from 34.74.100.84/32 Deny from 34.74.113.139/32 Deny from 34.75.19.245/32 Deny from 34.138.20.118/32 Deny from 34.138.218.50/32 Deny from 34.139.115.226/32 Deny from 34.148.171.212/32 Deny from 35.190.130.193/32 Deny from 35.196.132.85/32 Deny from 35.227.34.53/32 Deny from 35.227.62.178/32 Deny from 35.231.24.24/32 Deny from 35.231.179.220/32 Deny from 35.237.4.214/32 … (6 more lines)