feat(publicip/api): query all fetchers in parallel and pick most popular result

This commit is contained in:
Quentin McGaw
2025-12-23 16:23:22 +00:00
parent 617f1b764f
commit 10a7c75aa6
3 changed files with 276 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
)
type PublicIP struct {
IP netip.Addr `json:"public_ip,omitempty"`
IP netip.Addr `json:"public_ip"`
Region string `json:"region,omitempty"`
Country string `json:"country,omitempty"`
City string `json:"city,omitempty"`