mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
hamcore/openvpn_sample.ovpn: improve "cipher" and "auth" documentation, remove list of supported ciphers
This commit is contained in:
parent
9afcc91ae1
commit
0357024e62
@ -98,14 +98,9 @@ $TAG_BEFORE_REMOTE$remote $TAG_HOSTNAME$ $TAG_PORT$
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# The encryption and authentication algorithm.
|
# The encryption and authentication algorithm.
|
||||||
#
|
#
|
||||||
# Default setting is good. Modify it as you prefer.
|
# The default setting is compatible with most clients. Modify it as you prefer.
|
||||||
# When you specify an unsupported algorithm, the error will occur.
|
# It is recommended to use a better algorithm if your client supports it.
|
||||||
#
|
# When you specify an unsupported algorithm, an error will occur.
|
||||||
# The supported algorithms are as follows:
|
|
||||||
# cipher: [NULL-CIPHER] NULL AES-128-CBC AES-192-CBC AES-256-CBC BF-CBC
|
|
||||||
# CAST-CBC CAST5-CBC DES-CBC DES-EDE-CBC DES-EDE3-CBC DESX-CBC
|
|
||||||
# RC2-40-CBC RC2-64-CBC RC2-CBC CAMELLIA-128-CBC CAMELLIA-192-CBC CAMELLIA-256-CBC
|
|
||||||
# auth: SHA SHA1 SHA256 SHA384 SHA512 MD5 MD4 RMD160
|
|
||||||
|
|
||||||
cipher AES-128-CBC
|
cipher AES-128-CBC
|
||||||
auth SHA1
|
auth SHA1
|
||||||
|
Loading…
Reference in New Issue
Block a user