mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
openvpn: use the default of 5 seconds again #952
This commit is contained in:
parent
30f267781c
commit
7ced5ac1b9
@ -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…
x
Reference in New Issue
Block a user