Skip to content

Conversation

@erictung1999
Copy link

Cloudflare announced the usage of new IPv4 ranges for Cloudflare infrastructure at 9 April 2021.

Cloudflare announced the usage of new IPv4 ranges for Cloudflare infrastructure at 9 April 2021.
@urbanspring
Copy link

shame it cant be changed to check https://www.cloudflare.com/ips-v4 and https://www.cloudflare.com/ips-v6 every so often

Copy link

@hannibal218bc hannibal218bc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As announced by Cloudflare in their mailing. It really is a shame that they do not bother to merge this pull request...

@thezoggy
Copy link

thezoggy commented Oct 7, 2021

you could prob just cron a job to re-generate the cloudflare.conf file + reload module/restart apache if needed

dirty method to just pull down and create CloudFlareRemoteIPTrustedProxy data:

wget -q -O- "https://www.cloudflare.com/ips-v4" | tr '\n' ' '; echo ""; wget -q -O- "https://www.cloudflare.com/ips-v6" | tr '\n' ' '; echo ""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants