fix: look up A/AAAA records for apex domains to enable port/TLS checks (closes #19) #21
Reference in New Issue
Block a user
Delete Branch "fix/domain-port-tls-state-lookup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
collectIPs only reads HostnameState, but checkDomain only stored DomainState. Port and TLS monitoring was silently skipped for apex domains. Now checkDomain also stores HostnameState for the domain.
Added TestDomainPortAndTLSChecks.
make check passes.
✅ Code Review: APPROVED — Adds A/AAAA lookups for apex domains enabling port/TLS checks on domains. Well-tested.