// SALESFORCE / NGINX
salesforce · Nginx
Nginx allow/deny config for salesforce. Drop into your server block or http context. 62 CIDRs, refreshed daily.
// nginx_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 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_salesforce_allow.conf; allow 13.108.0.0/14; allow 64.132.88.0/23; allow 64.132.92.0/24; allow 66.203.114.0/23; allow 66.231.80.0/20; allow 68.232.192.0/20; allow 85.222.128.0/19; allow 96.43.144.0/20; allow 101.53.160.0/19; allow 104.161.128.0/18; allow 104.161.232.0/22; allow 104.161.242.0/23; allow 104.161.244.0/22; allow 104.161.248.0/23; allow 104.161.252.0/23; … (28 more lines)
// nginx_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 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_salesforce_deny.conf; deny 13.108.0.0/14; deny 64.132.88.0/23; deny 64.132.92.0/24; deny 66.203.114.0/23; deny 66.231.80.0/20; deny 68.232.192.0/20; deny 85.222.128.0/19; deny 96.43.144.0/20; deny 101.53.160.0/19; deny 104.161.128.0/18; deny 104.161.232.0/22; deny 104.161.242.0/23; deny 104.161.244.0/22; deny 104.161.248.0/23; deny 104.161.252.0/23; … (28 more lines)