feat: add proxy geo location

This commit is contained in:
LLLLLLiulei
2026-01-15 14:46:31 +08:00
parent 47eb3c8888
commit 3a100339b9
12 changed files with 151 additions and 44 deletions

View File

@@ -367,6 +367,11 @@ export interface Proxy {
latency_ms?: number
latency_status?: 'success' | 'failed'
latency_message?: string
ip_address?: string
country?: string
country_code?: string
region?: string
city?: string
created_at: string
updated_at: string
}