// YANDEX / APACHE
yandex · Apache
Apache httpd Require ip directives for yandex. 142 CIDRs, refreshed daily.
// apache_yandex_allow.conf
# Yandex IP Ranges # Updated: 2026-07-12 03:18:07 # 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_yandex_allow.conf Require ip 5.45.192.0/18 Require ip 5.255.192.0/18 Require ip 31.44.8.0/21 Require ip 37.9.64.0/18 Require ip 37.140.128.0/18 Require ip 37.230.168.0/23 Require ip 37.230.172.0/22 Require ip 46.21.244.0/22 Require ip 46.243.209.0/24 Require ip 46.243.210.0/23 Require ip 51.250.0.0/17 Require ip 62.84.112.0/20 Require ip 77.88.0.0/18 Require ip 81.26.176.0/20 Require ip 84.201.128.0/18 … (49 more lines)
// apache_yandex_deny.conf
# Yandex IP Ranges # Updated: 2026-07-12 03:18:07 # 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_yandex_deny.conf Deny from 5.45.192.0/18 Deny from 5.255.192.0/18 Deny from 31.44.8.0/21 Deny from 37.9.64.0/18 Deny from 37.140.128.0/18 Deny from 37.230.168.0/23 Deny from 37.230.172.0/22 Deny from 46.21.244.0/22 Deny from 46.243.209.0/24 Deny from 46.243.210.0/23 Deny from 51.250.0.0/17 Deny from 62.84.112.0/20 Deny from 77.88.0.0/18 Deny from 81.26.176.0/20 Deny from 84.201.128.0/18 … (50 more lines)