reverse_lookup maintains a small in-memory mapping of IP -> owner name populated from A/AAAA answers and can answer PTR queries from cache when enabled.
size (int): approximate cache capacity.handle_ptr (bool): respond to PTR queries from cache.ttl (int): max TTL applied to cached entries.save_ips_after (or include plugin after response) to record IP->name mappings.handle_ptr is enabled the plugin will return PTR answers for reverse queries if a cached mapping exists and is unexpired.hosts or forwarder to build dynamic reverse resolution without static PTR records.