Unify legacy data path /etc/xdp-blocker → /etc/xdp-defense

All config/data paths now use /etc/xdp-defense/ consistently,
eliminating the legacy xdp-blocker directory reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kaffa
2026-02-07 16:40:46 +09:00
parent 59cc6da5f9
commit 4ae4440504
9 changed files with 46 additions and 18 deletions

View File

@@ -168,7 +168,7 @@ general:
blocker:
enabled: true
config_dir: /etc/xdp-blocker # 블록리스트/국가/화이트리스트 데이터
config_dir: /etc/xdp-defense # 블록리스트/국가/화이트리스트 데이터
rate_limits:
default_pps: 1000 # 초당 패킷 임계값
@@ -224,7 +224,7 @@ ai:
└── Makefile
/etc/xdp-defense/config.yaml # 런타임 설정
/etc/xdp-blocker/ # 블록리스트/국가/화이트리스트 데이터
/etc/xdp-defense/ # 블록리스트/국가/화이트리스트 데이터
/var/lib/xdp-defense/ # PID, AI 모델, 학습 데이터
/sys/fs/bpf/xdp-defense/ # 공유 BPF 맵 핀 경로
```