Merge pull request #163168 from azuwis/shadowsocks-rust

This commit is contained in:
Sandro
2022-03-10 11:41:38 +01:00
committed by GitHub
@@ -17,6 +17,10 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices libiconv ];
cargoBuildFlags = [
"--features=aead-cipher-extra,local-dns,local-http-native-tls,local-redir,local-tun"
];
# all of these rely on connecting to www.example.com:80
checkFlags = [
"--skip=http_proxy"