mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
openvpn: use the default of 5 seconds again #952
This commit is contained in:
parent
30f267781c
commit
7ced5ac1b9
1 changed files with 0 additions and 2 deletions
|
|
@ -890,8 +890,6 @@ function openvpn_reconfigure($mode, $settings, $device_only = false)
|
|||
|
||||
if ($settings['resolve_retry']) {
|
||||
$conf .= "resolv-retry infinite\n";
|
||||
} else {
|
||||
$conf .= "resolv-retry 60\n";
|
||||
}
|
||||
|
||||
if ($settings['remote_random']) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue