This commit is contained in:
2026-09-20 07:27:29 +01:00
parent dc2cd66b25
commit 8ec44ee0a7
70 changed files with 2657 additions and 128 deletions
+5 -1
View File
@@ -150,8 +150,12 @@ export type BUN_SQLITE_WGUI_CLIENT_RULES = {
*/
updated_at?: number | "";
user_id?: number | "";
host_id?: number | "";
client_id?: number | "";
rule?: string;
rule_type?: "all" | "destination" | "";
destination?: string;
ports?: string;
protocol?: "any" | "tcp" | "udp" | "";
}
export type BUN_SQLITE_WGUI_VARIABLES = {