Skip to content

Commit

Permalink
Update cloudflare-proxy.md
Browse files Browse the repository at this point in the history
chore: update proxy IP list
  • Loading branch information
armgitaar authored Jul 11, 2024
1 parent cda95e3 commit 6913df0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/guides/cloudflare-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ You can pull the latest list from Cloudflare. Here is the most recent list at th

```
# CloudFlare proxy addresses.
# Do not modify this list. If you believe the CloudFlare proxy address list is
# out of date, please contact support@serverpilot.io.
# If you believe the CloudFlare proxy address list is
# out of date, please contact hello@cleavr.io.
set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from 103.31.4.0/22;
set_real_ip_from 104.16.0.0/12;
set_real_ip_from 104.16.0.0/13;
set_real_ip_from 104.24.0.0/14;
set_real_ip_from 108.162.192.0/18;
set_real_ip_from 131.0.72.0/22;
set_real_ip_from 141.101.64.0/18;
Expand All @@ -51,6 +52,7 @@ set_real_ip_from 197.234.240.0/22;
set_real_ip_from 198.41.128.0/17;
set_real_ip_from 2400:cb00::/32;
set_real_ip_from 2405:b500::/32;
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2606:4700::/32;
set_real_ip_from 2803:f800::/32;
set_real_ip_from 2c0f:f248::/32;
Expand Down

0 comments on commit 6913df0

Please sign in to comment.