Improve stability and functionalities
This commit is contained in:
@@ -59,7 +59,8 @@ export type RegexFilter = {
|
||||
is_blacklist:boolean,
|
||||
is_case_sensitive:boolean,
|
||||
mode:string //C S B => C->S S->C BOTH
|
||||
n_packets:number
|
||||
n_packets:number,
|
||||
active:boolean
|
||||
}
|
||||
|
||||
export type RegexAddForm = {
|
||||
|
||||
Reference in New Issue
Block a user