@accounting
Variant of @execute which is
only executed for accounting requests. Rejecting from this pipeline will reject
the request immediately.
Note: The
@prefix is required for pipeline blocks. The legacy syntax without@(e.g.,accounting {}) is deprecated and emits warnings. Use@accounting {}for new configurations.
See also
- Execution context - Available variables
- Actions - Available actions
- Pipeline directives - Control flow
Example
@accounting {
backend "accounting-db";
accept;
}
Navigation