mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use interface-automatic for Unbound when the interfaces list is empty (same as All) otherwise it breaks with a default CARP config.
This commit is contained in:
parent
608f682881
commit
a2cbbb7475
@ -160,6 +160,8 @@ EOF;
|
||||
} else {
|
||||
$bindints .= "interface: 0.0.0.0\n";
|
||||
$bindints .= "interface: ::0\n";
|
||||
/* If the active interface array is empty, treat it the same as "All" as is done above. Otherwise it breaks CARP with a default config. */
|
||||
$bindints .= "interface-automatic: yes\n";
|
||||
}
|
||||
|
||||
// Determine interfaces to run on
|
||||
|
||||
Loading…
Reference in New Issue
Block a user