mirror of
https://github.com/andrey271192/vps_monitoring.git
synced 2026-09-20 11:55:34 +00:00
KeenDNS returns multiple A records including unreachable IPs; aiohttp was timing out on the first bad address. Iterate all resolved IPs with short connect timeouts, serialize polls with a lock, and fail faster. Co-authored-by: Cursor <cursoragent@cursor.com>