checker-alias/checker
Pierre-Olivier Mercier 0becf6bc8c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
checker: require SOA owner to match candidate in findApex
A recursive resolver following a CNAME returns the target zone's SOA in
the answer, which made findApex wrongly treat a CNAME owner as an apex.
Only accept a SOA whose owner is the candidate itself.
2026-06-18 04:54:14 +09:00
..
collect.go checker: add dname_coexistence rule and refactor sibling probing 2026-05-16 21:36:20 +08:00
definition.go checker: add dname_coexistence rule and refactor sibling probing 2026-05-16 21:36:20 +08:00
dns.go checker: require SOA owner to match candidate in findApex 2026-06-18 04:54:14 +09:00
interactive.go Initial commit 2026-04-26 19:42:18 +07:00
provider.go Initial commit 2026-04-26 19:42:18 +07:00
report.go report: move synthetic ALIAS hop from collector to report view 2026-05-15 17:37:11 +08:00
rules_apex.go Initial commit 2026-04-26 19:42:18 +07:00
rules_chain.go checker: rework target_resolvable to check existence (NOERROR) instead of A/AAAA 2026-05-15 17:31:51 +08:00
rules_coexistence.go checker: add dname_coexistence rule and refactor sibling probing 2026-05-16 21:36:20 +08:00
rules_common.go checker: rework target_resolvable to check existence (NOERROR) instead of A/AAAA 2026-05-15 17:31:51 +08:00
rules_dnssec.go Initial commit 2026-04-26 19:42:18 +07:00
rules_test.go checker: add dname_coexistence rule and refactor sibling probing 2026-05-16 21:36:20 +08:00
types.go checker: add dname_coexistence rule and refactor sibling probing 2026-05-16 21:36:20 +08:00