magiclen / whois-rust

This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois
MIT License
19 stars 9 forks source link

Feature Request: Server-Side Implementation #6

Open sempervictus opened 10 months ago

sempervictus commented 10 months ago

Thanks for writing this, handy lib. I actually came across this effort looking for a caching whois proxy service implementation to run along-side things like traffic telemetry enrichment pipelines (flow analysis, NIDS, etc) in order to service millions of such requests rapidly and locally with the proxy only querying upstream for records/ranges/addrs it does not currently cache or refreshing a cached entry after a certain timeout (similar to DNS TTL forcing a downstream server to pull from an authoritative NS). Are there any plans to implement server-side WHOIS handling in this project?