mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Can't skip this if booting, ends up breaking config. Ticket #4071
This commit is contained in:
parent
e78509cc09
commit
effb3a3cfe
@ -202,8 +202,7 @@ function vpn_ipsec_configure($ipchg = false)
|
||||
if (!is_ipaddr($rg)) {
|
||||
$filterdns_list[] = "{$rg}";
|
||||
add_hostname_to_watch($rg);
|
||||
if (!platform_booting())
|
||||
$rg = resolve_retry($rg);
|
||||
$rg = resolve_retry($rg);
|
||||
if (!is_ipaddr($rg))
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user