mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(ipsec) change default Negotiation Mode, closes https://github.com/opnsense/core/issues/1128
This commit is contained in:
parent
557e72712b
commit
58010a4ccd
@ -123,7 +123,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
if (isset($config['interfaces']['lan'])) {
|
||||
$pconfig['localnet'] = "lan";
|
||||
}
|
||||
$pconfig['mode'] = "aggressive";
|
||||
$pconfig['mode'] = "main";
|
||||
$pconfig['protocol'] = "inet";
|
||||
$pconfig['myid_type'] = "myaddress";
|
||||
$pconfig['peerid_type'] = "peeraddress";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user