Fix dbfwfilter rule syntax documentation
The documentation listed the rules as a comma separated list when they were parsed as a whitespace separated list. The match specifiers were also defined as optional when in fact they were mandatory.
This commit is contained in:
@ -157,7 +157,7 @@ This limits the rule to be active only on certain types of queries. The possible
|
|||||||
|
|
||||||
The `users` directive defines the users to which the rule should be applied.
|
The `users` directive defines the users to which the rule should be applied.
|
||||||
|
|
||||||
`users NAME ... match [any|all|strict_all] rules RULE [,...]`
|
`users NAME... match { any | all | strict_all } rules RULE...`
|
||||||
|
|
||||||
The first keyword is `users`, which identifies this line as a user definition line.
|
The first keyword is `users`, which identifies this line as a user definition line.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user