An open API service indexing awesome lists of open source software.

https://github.com/z3ntl3/cloudflareiptables

Automated script for deploying Cloudflare CDN's reverse proxy on your VPS, blocking non-Cloudflare requests. Fortify your server with powerful DDoS protection effortlessly.
https://github.com/z3ntl3/cloudflareiptables

anti anti-ddos antiddos cdn cloudflare ddos iptables

Last synced: 5 months ago
JSON representation

Automated script for deploying Cloudflare CDN's reverse proxy on your VPS, blocking non-Cloudflare requests. Fortify your server with powerful DDoS protection effortlessly.

Awesome Lists containing this project

README

        

# CloudflareIPTables

Configures your firewall to only accept incoming connections from Cloudflare's reverse proxy IP ranges.

![Showcase](image/README/1709378975089.png)
#### Requirements

- ``python``
- ``httpx``
- ``numpy``

Installation:

```
git clone https://github.com/Z3NTL3/CloudflareIPTables
cd CloudflareIPTables
pip3 install -r requirements.txt
```