// SALESFORCE / APACHE
salesforce · Apache
Apache httpd Require ip directives for salesforce. 62 CIDRs, refreshed daily.
// apache_salesforce_allow.conf
# Salesforce IP Ranges # Updated: 2026-07-12 03:18:04 # 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_salesforce_allow.conf Require ip 13.108.0.0/14 Require ip 64.132.88.0/23 Require ip 64.132.92.0/24 Require ip 66.203.114.0/23 Require ip 66.231.80.0/20 Require ip 68.232.192.0/20 Require ip 85.222.128.0/19 Require ip 96.43.144.0/20 Require ip 101.53.160.0/19 Require ip 104.161.128.0/18 Require ip 104.161.232.0/22 Require ip 104.161.242.0/23 Require ip 104.161.244.0/22 Require ip 104.161.248.0/23 Require ip 104.161.252.0/23 … (27 more lines)
// apache_salesforce_deny.conf
# Salesforce IP Ranges # Updated: 2026-07-12 03:18:04 # 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_salesforce_deny.conf Deny from 13.108.0.0/14 Deny from 64.132.88.0/23 Deny from 64.132.92.0/24 Deny from 66.203.114.0/23 Deny from 66.231.80.0/20 Deny from 68.232.192.0/20 Deny from 85.222.128.0/19 Deny from 96.43.144.0/20 Deny from 101.53.160.0/19 Deny from 104.161.128.0/18 Deny from 104.161.232.0/22 Deny from 104.161.242.0/23 Deny from 104.161.244.0/22 Deny from 104.161.248.0/23 Deny from 104.161.252.0/23 … (28 more lines)