mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Update vpn_ipsec_phase1.php
This commit is contained in:
parent
1418e7a8da
commit
3e4d4b2b7c
@ -126,9 +126,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$pconfig['myid_type'] = "myaddress";
|
||||
$pconfig['peerid_type'] = "peeraddress";
|
||||
$pconfig['authentication_method'] = "pre_shared_key";
|
||||
$pconfig['encryption-algorithm'] = array("name" => "3des") ;
|
||||
$pconfig['hash-algorithm'] = "sha1";
|
||||
$pconfig['dhgroup'] = "24";
|
||||
$pconfig['encryption-algorithm'] = array("name" => "aes", "keylen" => "128");
|
||||
$pconfig['hash-algorithm'] = "sha256";
|
||||
$pconfig['dhgroup'] = "14";
|
||||
$pconfig['lifetime'] = "28800";
|
||||
$pconfig['nat_traversal'] = "on";
|
||||
$pconfig['iketype'] = "ikev1";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user