Initial commit: CrowdSec Cloudflare Bouncer Manager

CrowdSec Cloudflare Worker Bouncer 도메인 관리 CLI 도구
- 도메인 CRUD (list, show, add, edit, remove)
- Cloudflare 동기화 (sync, available)
- 설정 백업/복원 (backup, restore, diff)
- 상태 모니터링 (status, logs, decisions, metrics)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-05 17:04:58 +09:00
commit 2f361c2574
8 changed files with 1239 additions and 0 deletions

4
cfb Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# CrowdSec Cloudflare Bouncer Manager
cd /home/kaffa/cf-bouncer-manager
/home/kaffa/.local/bin/uv run python cf_bouncer.py "$@"