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