Documentation Index
Fetch the complete documentation index at: https://rokad-89d31590.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Modes
Dhal has four modes.| Mode | Behavior | Recommended use |
|---|---|---|
off | Disable inspection decisions | Temporary disablement only |
monitor | Detect and log without blocking globally | First install and dry-run |
block | Actively block matched requests | Route-level enforcement after review |
strict | Aggressive enforcement | Hardened internal APIs only |
Start in monitor
Enforce by route
Prefer route-level enforcement:Avoid global strict early
Do not switch a new production install directly to globalstrict. Use dhal replay, dhal doctor, and route-specific profiles first.