Skip to content

Commit f1bb7c5

Browse files
authored
Update default features
1 parent 9f54705 commit f1bb7c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
3131

3232
* `camellia-cfb` - Enabled `camellia-*-cfb` encryption algorithm.
3333

34+
* `aes-pmac-siv` - Enabled `aes-*-pmac-siv` encryption algorithm. (Experimental)
35+
3436
* `single-threaded` - Let `sslocal` and `ssserver` run in single threaded mode (by using Tokio's `basic_scheduler`).
3537

3638
* `trust-dns` - Uses [`trust-dns-resolver`](https://crates.io/crates/trust-dns-resolver) as DNS resolver instead of `tokio`'s builtin.
3739

38-
Default features: `["sodium", "rc4", "aes-cfb", "aes-ctr", "trust-dns"]`.
40+
* `local-http` - Allow using HTTP protocol for `sslocal`
41+
42+
Default features: `["sodium", "rc4", "aes-cfb", "aes-ctr", "trust-dns", "local-http"]`.
3943

4044
NOTE: To disable dependency of OpenSSL, just disable feature `rc4`, `aes-cfb`, `aes-ctr`, `camellia-cfb`.
4145

0 commit comments

Comments
 (0)