-
Notifications
You must be signed in to change notification settings - Fork 79
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 request] Cloudflare Support #5
Comments
That's a pretty neat idea. I'll see if I can work that in next time I work on the project. You can also try and get it going and submit a PR. Thanks |
I made a cloudflare version and I use it now. It uses
instead of iptables to blocks all traffics not from cloudflare. But I didn't finish fall2ban and auto backup yet, so it's not a finished project, so I didn't submit PR. |
While I agree this is pretty cool, I prefer the Let's Encrypt approach as it allows for a wider range of DNS providers to be used. I don't use CloudFlare and that wasn't a big deal in this project as I only had to sacrifice dynamic DNS for this project to work out of the box. Either way, it's not a huge deal. Just adding my 2 cents... |
I agree with @carceneaux and close this for now. I'll link this issue from the README so others can modify if they want a pure Cloudflare option. |
Is it possible to use Cloudflare Origin CA and Cloudflare proxy instead of letsencrypt?
This can also solve the issue of traffic to China and Australia cuz Cloudflare will choose nearest datacenter from your vm.
But fail2ban must reconfigure to use
CF-Connecting-IP
instead of origin IPhttps://guides.wp-bullet.com/integrate-fail2ban-cloudflare-api-v4-guide/
And also block all traffics comes from anywhere other than cloudflare https://www.cloudflare.com/zh-tw/ips/ .
The text was updated successfully, but these errors were encountered: