I'm looking for a small and – most important – easily extensible DNS server.

I'm not planning to actually resolve any addresses. This should be done via other configured public servers.

I want to intercept the resolved address, do some checks, and then return either the resolved address or a dummy IP address. The important cut point for me is after resolving, but one before would also be nice.

The server has to run on Linux. The programming language with which the interception is written is ideally Java, but anything else would be OK too.

有帮助吗?

解决方案

RubyDNS looks interesting to me.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top