Fix file path reference in AGENTS.md for clarity

This commit is contained in:
Sean Whalen
2026-07-16 17:09:37 -04:00
parent 1f1a0f0a0e
commit 51cd3bfa45
+1 -1
View File
@@ -4,7 +4,7 @@ This file provides guidance to AI agents when working on the reverse DNS maps an
## Maintaining the reverse DNS maps
`base_reverse_dns_map.csv` maps a base domain to a display name and service type. The same map is consulted at two points: first with a PTR-derived base domain, and — if the IP has no PTR — with the ASN domain from the bundled IPinfo Lite MMDB (`parsedmarc/resources/ipinfo/ipinfo_lite.mmdb`). See `README.md` for the field format and the service_type precedence rules.
`base_reverse_dns_map.csv` maps a base domain to a display name and service type. The same map is consulted at two points: first with a PTR-derived base domain, and — if the IP has no PTR — with the ASN domain from the bundled IPinfo Lite MMDB (`ipinfo_lite.mmdb`). See `README.md` for the field format and the service_type precedence rules.
Because both lookup paths read the same CSV, map keys are a mixed namespace — rDNS-base domains (e.g. `comcast.net`, discovered via `base_reverse_dns.csv`) coexist with ASN domains (e.g. `comcast.com`, discovered via coverage-gap analysis against the MMDB). Entries of both kinds should point to the same `(name, type)` when they describe the same operator — grep before inventing a new display name.