Konfiguration
Verwalten Sie Ihre WAF über Umgebungsvariablen, Dashboard oder API. Keine komplexen Konfigurationsdateien erforderlich.
Kerneinstellungen
API_PORT=8080
ENVIRONMENT=production
LOG_LEVEL=infoDatenbank (PostgreSQL)
DATABASE_URL=postgres://user:pass@host:port/dbname
DB_MAX_OPEN_CONNS=25
DB_MAX_IDLE_CONNS=5SSL & Let's Encrypt
Automatische HTTPS-Zertifikatsbereitstellung und Erneuerung ohne Ausfallzeit
[email protected]
CERTS_STORAGE=/app/certs
# Staging URL for testing:
# ACME_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directoryRedis-Konfiguration
REDIS_ADDR=localhost:6379
REDIS_PASSWORD=
REDIS_DB=0
REDIS_POOL_SIZE=10WAF-Engine-Einstellungen
- Request Timeout - Wie lange auf Upstream-Antworten warten (Standard 30s)
- Max Request Body - Beschränkung der Upload-Größe zur Missbrauchsprävention (Standard 10MB)
- Bot Detection - Intelligente Bot-Klassifizierung aktivieren oder deaktivieren