Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + type Cache struct + func New(opts Options) *Cache + func (c *Cache) Lookup(ctx context.Context, addr netip.Addr) (string, error) + type LookupFunc func(ctx context.Context, addr netip.Addr) (string, error) + type Options struct + Lookup LookupFunc + Timeout time.Duration