IPsec, bug in https://github.com/opnsense/core/issues/2332 "installpolicy" should be set by default

This commit is contained in:
Ad Schellevis 2019-03-20 17:07:38 +01:00
parent ee17fa6c26
commit 8b8bbc3bc7

View File

@ -135,6 +135,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig['dhgroup'] = array('14');
$pconfig['lifetime'] = "28800";
$pconfig['nat_traversal'] = "on";
$pconfig['installpolicy'] = true;
$pconfig['authservers'] = array();
/* mobile client */