Commit graph

4 commits

Author SHA1 Message Date
ab1595d85f checker: implement ShareKey to mutualise reverse-DNS lookups across targets
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
v0.2.0
The reverse-DNS observation (zone location, authoritative NS, the PTR RRset,
and the forward-confirm of the effective target) is determined entirely by the
reverse-arpa owner name — i.e. the IP being asked about — never by which
forward domain triggered the check. Implement sdk.ObservationSharer so the host
runs the PTR + FCrDNS lookups once and serves every target that interrogates
the same reverse name, instead of re-querying per record.

The share key derives from the owner name and folds in the declared target and
TTL: these are part of the observation and can change it — when no PTR is
published the effective target (and therefore its forward-confirm) falls back
to the declared value. ShareKey stays a pure function of opts (no network) per
the contract. An empty owner yields "" so the host falls back to per-target
caching.
2026-06-18 16:17:04 +09:00
5f454fa062 Add CI/CD pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-10 19:26:20 +08:00
be64d8fcef Update rules section 2026-04-30 08:49:32 +07:00
67c955129d Initial commit v0.1.0 2026-04-26 21:43:25 +07:00