mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Revert "firewall: a bit weird, page indicates host aliases"
This reverts commit d30125e0fbf1d08f1e2053a4f088528d5632c5fa.
This commit is contained in:
parent
5810cc7a31
commit
ecbb352211
@ -66,8 +66,10 @@ function formTranslateAddresses() {
|
||||
}
|
||||
|
||||
// add Aliases
|
||||
foreach (legacy_list_aliases('host') as $alias) {
|
||||
$retval[$alias['name']] = $alias['name'];
|
||||
foreach (legacy_list_aliases("network") as $alias) {
|
||||
if ($alias['type'] == "host") {
|
||||
$retval[$alias['name']] = $alias['name'];
|
||||
}
|
||||
}
|
||||
|
||||
return $retval;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user