1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-29 12:25:08 +03:00

when generating sample openvpn config, let client to negotiate

security settings dynamically
This commit is contained in:
Ilya Shipitsin 2018-11-04 09:32:08 +05:00
parent 540dffda05
commit 6ba06070a1

View File

@ -102,8 +102,8 @@ $TAG_BEFORE_REMOTE$remote $TAG_HOSTNAME$ $TAG_PORT$
# It is recommended to use a better algorithm if your client supports it. # It is recommended to use a better algorithm if your client supports it.
# When you specify an unsupported algorithm, an error will occur. # When you specify an unsupported algorithm, an error will occur.
cipher AES-128-CBC ;cipher AES-128-CBC
auth SHA1 ;auth SHA1
############################################################################### ###############################################################################