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

@@ -35,6 +35,11 @@ type ProxyWithAccountCount struct {
LatencyMs *int64
LatencyStatus string
LatencyMessage string
IPAddress string
Country string
CountryCode string
Region string
City string
}
type ProxyAccountSummary struct {