Need to allowlist IP's for integration to PayPal

I need to allowlist several IP’s for integration to 3rd Party Memberpress. The IP’s that Memberpress requires allowlisted for Paypal are in the format: 64.4.240.0/21 ranging from /20, /21, /22, /23 and /24. Unfortunately not able to add.

Hi there,

When it comes to IP addresses/subnets - IP access rules only support /16 or /24 or single host /32 IP’s.

What you may consider doing is allow listing PayPal’s ASN - 17012

$ whois 64.4.240.0/21
AS | IP | AS Name
17012 | 64.4.240.0 | PAYPAL, US

Another option is to use custom rules and create a skip rule to bypass all of our security features for the subnets you need - Configure a custom rule with the Skip action · Cloudflare Web Application Firewall (WAF) docs

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.