Add support for debian 12.

This commit is contained in:
2023-09-25 01:27:48 +02:00
parent 9af06213a6
commit 3af24ada04
5 changed files with 406 additions and 167 deletions

View File

@ -93,9 +93,45 @@ KEY_ALTNAMES=""
# -
LZO_COMPRESSION="no"
# - DATA_CIPHERS
# -
# - Server cryptographic cipher
# -
SERVER_CIPHER="AES-256-CBC"
# - Example:
# - DATA_CIPHERS="AES-256-CBC"
# - DATA_CIPHERS="AES-256-GCM:AES-128-GCM:AES-256-CBC"
# -
# - Defaults to "AES-256-GCM:AES-128-GCM"
# -
# -
DATA_CIPHERS=""
# - SERVER_CIPHER
# -
# - Server additional cryptographic cipher
# -
# - Example:
# - SERVER_CIPHER="AES-256-CBC"
# - SERVER_AES-256-GCM"
# -
# - Defaults to "AES-256-CBC" and is added to DATA_CIPHERS if DATA_CIPHERS was leaave empty.
# -
# - Note:
# - if set, also add the cipher to "DATA_CIPHERS"
# -
SERVER_CIPHER=""
# - DATA_CIPHERS_FALLBACK
# -
# - Server fallback cryptographic cipher
# -
# - Example:
# - DATA_CIPHERS_FALLBACK="BF-CBC"
# -
# - Defaults to "BF-CBC"
# -
# -
DATA_CIPHERS_FALLBACK=""
# - OpenVPN Network(s) used for this server.
# -