nfproxy module writing: written part of the firegex lib, frontend refactored and improved, c++ improves
This commit is contained in:
@@ -48,4 +48,12 @@ export type RegexAddForm = {
|
||||
is_case_sensitive:boolean,
|
||||
mode:string, // C->S S->C BOTH,
|
||||
active: boolean
|
||||
}
|
||||
|
||||
export type PyFilter = {
|
||||
filter_id:number,
|
||||
name:string,
|
||||
blocked_packets:number,
|
||||
edited_packets:number,
|
||||
active:boolean
|
||||
}
|
||||
Reference in New Issue
Block a user