1 { lib, stdenv, fetchFromGitHub, autoreconfHook, gettext, libev, pcre, pkg-config, udns }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-htM9CrzaGnn1dnsWQ+0V6N65Og7rsFob3BlSc4UGfFU=";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
15 buildInputs = [ gettext libev pcre udns ];
18 homepage = "https://github.com/dlundquist/sniproxy";
19 description = "Transparent TLS and HTTP layer 4 proxy with SNI support";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ womfoo raitobezarius ];
22 platforms = platforms.linux;