mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
openvpn: Use AES-256-CBC as default cipher.
Applies to new installations, only.
This commit is contained in:
@@ -4534,7 +4534,7 @@ END
|
||||
|
||||
#default setzen
|
||||
if ($cgiparams{'DCIPHER'} eq '') {
|
||||
$cgiparams{'DCIPHER'} = 'BF-CBC';
|
||||
$cgiparams{'DCIPHER'} = 'AES-256-CBC';
|
||||
}
|
||||
if ($cgiparams{'DDEST_PORT'} eq '') {
|
||||
$cgiparams{'DDEST_PORT'} = '1194';
|
||||
|
||||
Reference in New Issue
Block a user