mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Default IPsec to AES
This commit is contained in:
parent
c182616905
commit
6f7960c3a0
@ -128,7 +128,7 @@ if (isset($p1index) && $a_phase1[$p1index]) {
|
||||
$pconfig['myid_type'] = "myaddress";
|
||||
$pconfig['peerid_type'] = "peeraddress";
|
||||
$pconfig['authentication_method'] = "pre_shared_key";
|
||||
$pconfig['ealgo'] = array( name => "3des" );
|
||||
$pconfig['ealgo'] = array( name => "aes" );
|
||||
$pconfig['halgo'] = "sha1";
|
||||
$pconfig['dhgroup'] = "2";
|
||||
$pconfig['lifetime'] = "28800";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user