mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 21:07:43 +00:00
6e88ab2a25
On macOS with DNS interception services, .invalid TLD domains resolve to an interception address (e.g. 198.18.16.173) instead of failing DNS resolution. The health probe then classifies the error as Unreachable rather than DnsFailure. Accept both outcomes since both are correct non-reachable error classifications.