This commit is contained in:
2026-09-20 04:14:32 +01:00
parent cda6cff34f
commit d5536b49d9
42 changed files with 1544 additions and 143 deletions
+1
View File
@@ -113,6 +113,7 @@ export type BUN_SQLITE_WGUI_CLIENTS = {
public_ip_address?: string;
public_key?: string;
allowed_ips?: string;
allow_all_ips?: 0 | 1 | "";
notes?: string;
}