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:
parent
21098e0a26
commit
1a9232b152
@ -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.
|
||||
|
||||
`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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user