13 src = fetchFromGitHub {
17 hash = "sha256-JbwjsLVOxQc6v47+6rG2f1JLS8ieZI6jYV/twtaVx9M=";
20 vendorHash = "sha256-0veClhg9GujI5VrHVzAevIXkjqtZ6r7RGTP2QeWbO2w=";
24 ldflags = [ "-X main.version=${version}" ];
26 homepage = "https://github.com/cbeuw/Cloak/";
27 description = "Pluggable transport that enhances traditional proxy tools like OpenVPN to evade sophisticated censorship and data discrimination";
29 Cloak is not a standalone proxy program. Rather, it works by masquerading proxied traffic as normal web browsing activities.
31 To any third party observer, a host running Cloak server is indistinguishable from an innocent web server.
33 license = lib.licenses.gpl3;
34 maintainers = with lib.maintainers; [ bananad3v ];