11 src = fetchFromGitHub {
12 owner = "AdguardTeam";
15 hash = "sha256-Xxi23Cwm389fsDcYa3qJ9GhDZVXwh/LiWPfiYMuG5Js=";
18 vendorHash = "sha256-tyEp0vY8hWE8jTvkxKuqQJcgeey+c50pxREpmlZWE24=";
24 "github.com/AdguardTeam/dnsproxy/internal/version.version=${version}"
27 # Development tool dependencies; not part of the main project
28 excludedPackages = [ "internal/tools" ];
33 description = "Simple DNS proxy with DoH, DoT, and DNSCrypt support";
34 homepage = "https://github.com/AdguardTeam/dnsproxy";
35 license = licenses.asl20;
36 maintainers = with maintainers; [
40 mainProgram = "dnsproxy";