feat: add proxy geo location

This commit is contained in:
LLLLLLiulei
2026-01-15 15:15:20 +08:00
parent 87b4662993
commit aab44f9fc8
13 changed files with 154 additions and 45 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 {