mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-28 19:11:26 +02:00
feat: better proxy management
This commit is contained in:
@@ -76,6 +76,15 @@ export interface StoredProxy {
|
||||
sync_enabled?: boolean;
|
||||
last_sync?: number;
|
||||
is_cloud_managed?: boolean;
|
||||
is_cloud_derived?: boolean;
|
||||
geo_country?: string;
|
||||
geo_state?: string;
|
||||
geo_city?: string;
|
||||
}
|
||||
|
||||
export interface LocationItem {
|
||||
code: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface ProfileGroup {
|
||||
|
||||
Reference in New Issue
Block a user