Commit graph

5 commits

Author SHA1 Message Date
Virgil
8e87a2c7be feat(dns): default dns.serve port from service options
- Make dns.serve action accept omitted port and fall back to service DNSPort.
- Keep port explicit when caller provides it.
- Add regression test for serve action default port behavior.
- Remove obsolete go-cache dependency from module files.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 22:58:35 +00:00
Virgil
51203ccc31 dns: cache reverse lookups 2026-04-03 21:14:24 +00:00
Virgil
47d2271302 refactor(dns): align public comments with AX
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 21:03:36 +00:00
Virgil
92eabbd338 Add apex NS synthesis to resolve-all 2026-04-03 21:01:14 +00:00
Virgil
acd6d70ac2 feat(dns): add DNS serve implementation
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:53:39 +00:00