nfproxy module writing: written part of the firegex lib, frontend refactored and improved, c++ improves

This commit is contained in:
Domingo Dirutigliano
2025-02-20 19:51:28 +01:00
parent d6e7cab353
commit 8652f40235
51 changed files with 1864 additions and 343 deletions

View File

@@ -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
}