Skip to main content

Preset reference

Dhal ships six built-in presets.

NameTitleIntended for
starterStarter monitor-mode policylocal setup, first dry-run
api-productionAPI production policyproduction APIs
auth-hardenedAuth hardening policylogin-heavy apps
strict-json-apiStrict JSON API policyJSON-only APIs
behind-proxyBehind trusted proxyapps behind CDN/proxy
observabilityObservability posturetelemetry-enabled deployments

Show a preset:

npx dhal presets show strict-json-api --json

Apply a preset:

npx dhal presets apply strict-json-api --output dhal.strict-json-api.json