mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-06 21:17:50 +02:00
feat: add proxy check button
This commit is contained in:
@@ -25,6 +25,15 @@ export interface BrowserProfile {
|
||||
tags?: string[];
|
||||
}
|
||||
|
||||
export interface ProxyCheckResult {
|
||||
ip: string;
|
||||
city?: string;
|
||||
country?: string;
|
||||
country_code?: string;
|
||||
timestamp: number;
|
||||
is_valid: boolean;
|
||||
}
|
||||
|
||||
export interface StoredProxy {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user