Browse Source

*Shadowsocks-libev* accepts 19 different ciphers

pull/2694/head
汪心禾 4 years ago
parent
commit
2ae8006ee3
No known key found for this signature in database GPG Key ID: 792B3266B499A3B
6 changed files with 6 additions and 6 deletions
  1. 2
      doc/shadowsocks-libev.asciidoc
  2. 2
      doc/ss-local.asciidoc
  3. 2
      doc/ss-manager.asciidoc
  4. 2
      doc/ss-redir.asciidoc
  5. 2
      doc/ss-server.asciidoc
  6. 2
      doc/ss-tunnel.asciidoc

2
doc/shadowsocks-libev.asciidoc

@ -56,7 +56,7 @@ Not available in manager mode.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

2
doc/ss-local.asciidoc

@ -51,7 +51,7 @@ Set the key directly. The key should be encoded with URL-safe Base64.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

2
doc/ss-manager.asciidoc

@ -43,7 +43,7 @@ Set the password. The server and the client should use the same password.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

2
doc/ss-redir.asciidoc

@ -50,7 +50,7 @@ Set the key directly. The key should be encoded with URL-safe Base64.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

2
doc/ss-server.asciidoc

@ -48,7 +48,7 @@ Set the key directly. The key should be encoded with URL-safe Base64.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

2
doc/ss-tunnel.asciidoc

@ -50,7 +50,7 @@ Set the key directly. The key should be encoded with URL-safe Base64.
-m <encrypt_method>::
Set the cipher.
+
*Shadowsocks-libev* accepts 18 different ciphers:
*Shadowsocks-libev* accepts 19 different ciphers:
+
aes-128-gcm, aes-192-gcm, aes-256-gcm,
rc4-md5, aes-128-cfb, aes-192-cfb, aes-256-cfb,

Loading…
Cancel
Save