mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
webgui: include IPv6 link-local interface addresses
Link-local works, lighttpd supports this since at least 1.4.41.
This commit is contained in:
parent
74a9f11b9a
commit
9ef93c1b78
@ -83,11 +83,6 @@ function webgui_configure_do($verbose = false, $interface = '')
|
||||
$listeners = count($interfaces) ? [] : ['0.0.0.0', '::'];
|
||||
|
||||
foreach (interfaces_addresses($interfaces) as $tmpaddr => $info) {
|
||||
if ($info['scope']) {
|
||||
/* link-local does not seem to be supported */
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$info['bind']) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user