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.
- Host: GitHub
- URL: https://github.com/z3ntl3/cloudflareiptables
- Owner: Z3NTL3
- Created: 2022-01-25T13:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T12:23:12.000Z (about 1 year ago)
- Last Synced: 2024-03-02T18:30:58.557Z (about 1 year ago)
- Topics: anti, anti-ddos, antiddos, cdn, cloudflare, ddos, iptables
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudflareIPTables
Configures your firewall to only accept incoming connections from Cloudflare's reverse proxy IP ranges.

#### Requirements- ``python``
- ``httpx``
- ``numpy``Installation:
```
git clone https://github.com/Z3NTL3/CloudflareIPTables
cd CloudflareIPTables
pip3 install -r requirements.txt
```