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

[Feature] Improved way of updating Cloudflare addreseses #2575

Closed
plutocrat opened this issue May 4, 2022 · 3 comments
Closed

[Feature] Improved way of updating Cloudflare addreseses #2575

plutocrat opened this issue May 4, 2022 · 3 comments
Labels
feature New feature or request web Issues related to web components

Comments

@plutocrat
Copy link

Describe the feature or change in detail

Noticed your method of keeping Cloudflare addreses is hard coded into the upgrade script.
Perhaps consider this method
https://github.com/ergin/nginx-cloudflare-real-ip
This is a bash script that gets the IPs live and puts them into a file.
Then all you'd need to do is 'include' the file into nginx.conf.

You could run the bash command either on upgrade, or with a cron job, say monthly.

Would you like to sponsor this feature to have it implemented?

No

@plutocrat plutocrat added the feature New feature or request label May 4, 2022
@jaapmarcus
Copy link
Member

It makes sense to do it such way it shouldn't take a lot of time to implement it

@jaapmarcus jaapmarcus added the web Issues related to web components label May 5, 2022
@jakobbouchard
Copy link
Contributor

Will be closed by #3338.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request web Issues related to web components
Projects
None yet
Development

No branches or pull requests

4 participants
@plutocrat @jaapmarcus @jakobbouchard and others