mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
[Other] Enable stream ciphers for shadowsocks-rust (#791)
This commit is contained in:
committed by
GitHub
parent
7d9038f1ae
commit
7590237bd9
@@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user