monogon-dev / NetMeta

NetMeta is a scalable network observability toolkit optimized for performance.
https://netmeta.demo.monogon.dev/
Apache License 2.0
133 stars 8 forks source link

Reverse DNS resolver #42

Open leoluk opened 4 years ago

fionera commented 1 year ago

We could probably just use a simple call to dig via https://clickhouse.com/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources#executable-file or a small http service that uses the http api with a cached dictionary

leoluk commented 1 year ago

For another project, I did this by running a small Go microservice and a HTTP dictionary which resolves batches of addresses.