Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update with the latest IPv4 ranges #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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