Add Use Host Pools for Local Host Detection preference to mark as local all hosts in pools

This commit is contained in:
Alfredo Cardigliano 2026-04-01 12:38:26 +02:00
parent b13fcf38fa
commit 6bfcd58416
9 changed files with 55 additions and 7 deletions

View file

@ -953,6 +953,12 @@ if auth.has_capability(auth.capabilities.preferences) then
default = "0",
pref = "use_mac_in_flow_key"
})
prefsToggleButton(subpage_active, {
field = "toggle_use_host_pools_for_local",
default = "0",
pref = "use_host_pools_for_local"
})
end
print('<thead class="table-primary"><tr><th colspan=2 class="info">' .. i18n("prefs.flow_table") ..