Skip to content

Commit

Permalink
IPsec, bug in #2332 "installpolicy" should be set by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Mar 20, 2019
1 parent ee17fa6 commit 8b8bbc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/www/vpn_ipsec_phase1.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function ipsec_ikeid_next() {
$pconfig['dhgroup'] = array('14');
$pconfig['lifetime'] = "28800";
$pconfig['nat_traversal'] = "on";
$pconfig['installpolicy'] = true;
$pconfig['authservers'] = array();

/* mobile client */
Expand Down

0 comments on commit 8b8bbc3

Please sign in to comment.