mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
IPsec, bug in https://github.com/opnsense/core/issues/2332 "installpolicy" should be set by default
This commit is contained in:
parent
ee17fa6c26
commit
8b8bbc3bc7
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user