Skip to content

Commit 0d47a34

Browse files
authored
Merge pull request #2 from Whispergate/dev
Dev
2 parents 58051a5 + e39e0dc commit 0d47a34

31 files changed

Lines changed: 4622 additions & 841 deletions

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ INFRAGUARD_DB_PATH=/app/data/infraguard.db
5656
# Examples: "status", "api/ping", ".well-known/health", "favicon.ico"
5757
INFRAGUARD_HEALTH_PATH=health
5858

59+
# ── Rules / Blocklists ────────────────────────────────────────────────
60+
# Path to ingested IP blocklist file. Generate with:
61+
# infraguard ingest rules/.htaccess --format blocklist -o rules/banned_ips.txt
62+
# Docker: /app/rules/banned_ips.txt | Local: rules/banned_ips.txt
63+
INFRAGUARD_BANNED_IP_FILE=/app/rules/banned_ips.txt
64+
5965
# ── Content Delivery (PwnDrop) ────────────────────────────────────────
6066
# PwnDrop API token for authenticated payload delivery.
6167
# Get this from PwnDrop's admin UI after setup.

0 commit comments

Comments
 (0)