1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-3zsEEq6pVo5yHY4v5TXhZo4jo6htjCYypzxMMv8zQGE=";
19 description = "Simple DNS proxy with DoH, DoT, and DNSCrypt support";
20 homepage = "https://github.com/AdguardTeam/dnsproxy";
21 license = licenses.gpl3;
22 maintainers = with maintainers; [ contrun ];