https://github.com/ptraced/debian-cloudflare-only
Debian 12 cloudflare only using nft tables
https://github.com/ptraced/debian-cloudflare-only
cloudflare ddos-protection debian nfttables
Last synced: 3 months ago
JSON representation
Debian 12 cloudflare only using nft tables
- Host: GitHub
- URL: https://github.com/ptraced/debian-cloudflare-only
- Owner: ptraced
- License: gpl-3.0
- Created: 2025-02-24T02:29:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T02:30:36.000Z (3 months ago)
- Last Synced: 2025-02-24T03:27:24.670Z (3 months ago)
- Topics: cloudflare, ddos-protection, debian, nfttables
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debian-cloudflare-only
Debian 12 cloudflare only using nft tables```
sudo apt update
sudo apt install -y nftables
sudo systemctl enable nftables
sudo systemctl start nftables
sudo nft -f /etc/nftables.conf
sudo nft list ruleset
sudo systemctl enable nftables
```