React Interface v2

This commit is contained in:
DomySh
2022-06-12 14:40:48 +02:00
parent 25d0705432
commit 18379dd8d7
7 changed files with 99 additions and 20 deletions

View File

@@ -34,5 +34,6 @@ export type RegexFilter = {
service_id:string,
regex:string
is_blacklist:boolean,
mode:string // C->S S->C BOTH
mode:string //C S B => C->S S->C BOTH
n_packets:number
}