[Other] Enable stream ciphers for shadowsocks-rust (#791)

This commit is contained in:
Connection Refused
2021-11-06 08:26:55 +08:00
committed by GitHub
parent 7d9038f1ae
commit 7590237bd9
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1
2

View File

@@ -6,7 +6,7 @@ if ( -Not $? ) {
}
Set-Location src
cargo build --release
cargo build --features logging,trust-dns,local,utility,local-http,local-tunnel,local-socks4,multi-threaded,stream-cipher --release
if ( -Not $? ) {
exit $lastExitCode
}