10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
14 sha256 = "sha256-5ZWBUgW3esdH+9APU5Z9Hn9VtA6VQqvUfJp5C42791k=";
17 vendorSha256 = "sha256-71JqgJZyx+9NTw08D7V5PPc84ExjGYdieCvFPTDSrs8=";
20 description = "Fast and multi-purpose DNS toolkit";
22 dnsx is a fast and multi-purpose DNS toolkit allow to run multiple
23 probers using retryabledns library, that allows you to perform
24 multiple DNS queries of your choice with a list of user supplied
27 homepage = "https://github.com/projectdiscovery/dnsx";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];