AJ ONeal 35046bb17a
refactor(check-ip): rename ConfPath, resolve GeoIP conf + basic-auth early
IPCheck.ConfPath → GeoIPConfPath. After flag parsing, auto-discover the
conf path (when not explicit), parse it, and stash
cfg.GeoIPBasicAuth = httpcache.BasicAuth(...). The geoip download block
later just checks cfg.GeoIPBasicAuth != "" and uses the pre-built
value.
2026-04-20 16:35:32 -06:00
..